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 | 蔬¥習莉 | 1110010011110100100000011000111110001111010010111110010010111011 | e4f4818f8f4be4bb |
EUC-JP | 蔬¥習莉 | 1110100011110110101000011110111110111101101011001110100010111101 | e8f6a1efbdace8bd |
UTF-8 | 蔬¥習莉 | 111010001001010010101100111011111011111110100101111001111011111110010010111010001000111010001001 | e894acefbfa5e7bf92e88e89 |
UHC | 蔬¥習莉 | 1110000111001010101000011100110111100011101001111101011111101001 | e1caa1cde3a7d7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)