To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???ъ | 0011111100111111001111111000010010001100 | 3f3f3f848c |
EUC-JP | ???ъ | 0011111100111111001111111010011111101100 | 3f3f3fa7ec |
UTF-8 | 롙뤚쫷ъ | 1110101110100001100110011110101110100100100110101110110010101011101101111101000110001010 | eba199eba49aecabb7d18a |
UHC | 롙뤚쫷ъ | 1000111011011101100011111100100110100110100011101010110011101100 | 8edd8fc9a68eacec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)