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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 底?9獄?? | 100100101110101000111111100000100101100010001101100101100011111100111111 | 92ea3f82588d963f3f |
EUC-JP | 底?9獄?? | 110001001110110000111111101000111011100110111001111101100011111100111111 | c4ec3fa3b9b9f63f3f |
UTF-8 | 底얕9獄띰쉼 | 111001011011101010010101111011001001011010010101111011111011110010011001111001111000110110000100111010111001110110110000111011001000100110111100 | e5ba95ec9695efbc99e78d84eb9db0ec89bc |
UHC | 底얕9獄띰쉼 | 111011101011110010111110111010001010001110111001111010001010101110110110111011111011110110110000 | eebcbee8a3b9e8abb6efbdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)