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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 崖??崖??^ | 100010100101001000111111001111111000101001010010001111110011111101011110 | 8a523f3f8a523f3f5e |
EUC-JP | 崖??崖??^ | 101100111011001100111111001111111011001110110011001111110011111101011110 | b3b33f3fb3b33f3f5e |
UTF-8 | 崖ㅷ쳼崖ㅷ쳼^ | 11100101101101001001011011100011100001011011011111101100101100111011110011100101101101001001011011100011100001011011011111101100101100111011110001011110 | e5b496e385b7ecb3bce5b496e385b7ecb3bc5e |
UHC | 崖ㅷ쳼崖ㅷ쳼^ | 11100100111100001010010011100111101010111001111111100100111100001010010011100111101010111001111101011110 | e4f0a4e7ab9fe4f0a4e7ab9f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)