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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???踰??? | 0011111100111111001111111110011011111010001111110011111100111111 | 3f3f3fe6fa3f3f3f |
EUC-JP | ???踰??? | 0011111100111111001111111110110011111100001111110011111100111111 | 3f3f3fecfc3f3f3f |
UTF-8 | 嶪욋뮩踰ㅶ븭吏 | 111001011011011010101010111011001001101010001011111010111010111010101001111010001011100010110000111000111000010110110110111010111011100010101101111011111010011110011110 | e5b6aaec9a8bebaea9e8b8b0e385b6ebb8adefa79e |
UHC | 嶪욋뮩踰ㅶ븭吏 | 1110010111110101101111111110001010010010101100111110101110110010101001001110011010010101100101101110110010100111 | e5f5bfe292b3ebb2a4e69596eca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)