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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 崖??曖??\ | 100010100101001000111111001111111001111001000010001111110011111101011100 | 8a523f3f9e423f3f5c |
EUC-JP | 崖??曖??\ | 101100111011001100111111001111111101101110100011001111110011111101011100 | b3b33f3fdba33f3f5c |
UTF-8 | 崖ㅷ쐞曖뤹쳼\ | 11100101101101001001011011100011100001011011011111101100100100001001111011100110100110111001011011101011101001001011100111101100101100111011110001011100 | e5b496e385b7ec909ee69b96eba4b9ecb3bc5c |
UHC | 崖ㅷ쐞曖뤹쳼\ | 11100100111100001010010011100111100111001000010011100100111100101000111111100111101010111001111101011100 | e4f0a4e79c84e4f28fe7ab9f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)