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 | 瑤??瑤??^ | 111010101010001000111111001111111110101010100010001111110011111101011110 | eaa23f3feaa23f3f5e |
EUC-JP | 瑤??瑤??^ | 111101001010010000111111001111111111010010100100001111110011111101011110 | f4a43f3ff4a43f3f5e |
UTF-8 | 瑤꿰릊瑤꿰릊^ | 11100111100100011010010011101010101111111011000011101011101001101000101011100111100100011010010011101010101111111011000011101011101001101000101001011110 | e791a4eabfb0eba68ae791a4eabfb0eba68a5e |
UHC | 瑤꿰릊瑤꿰릊^ | 11101000111111011011001011100111101110001010101111101000111111011011001011100111101110001010101101011110 | e8fdb2e7b8abe8fdb2e7b8ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)