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 | 日?牆??? | 1001001111111010001111111110000010101101001111110011111100111111 | 93fa3fe0ad3f3f3f |
EUC-JP | 日?牆?馹? | 11000110111111000011111111100000101011110011111110001111111010011010000100111111 | c6fc3fe0af3f8fe9a13f |
UTF-8 | 日렦牆렦馹렍 | 111001101001011110100101111010111010000010100110111001111000100110000110111010111010000010100110111010011010011010111001111010111010000010001101 | e697a5eba0a6e78986eba0a6e9a6b9eba08d |
UHC | 日렦牆렦馹렍 | 111011001110110110001110101101011110110111101101100011101011010111101100111100011000111010100011 | eced8eb5eded8eb5ecf18ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)