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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???予? | 001111110011111100111111100101110101110000111111 | 3f3f3f975c3f |
EUC-JP | 髥??予? | 1000111111101001111100000011111100111111110011011011110100111111 | 8fe9f03f3fcdbd3f |
UTF-8 | 髥럨닪予뒊 | 111010011010101110100101111010111001111110101000111010111000101110101010111001001011101010001000111010111001001010001010 | e9aba5eb9fa8eb8baae4ba88eb928a |
UHC | 髥럨닪予뒊 | 11100111101000111000111010001011100010001010010111100101111110001000101010000111 | e7a38e8b88a5e5f88a87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)