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 | 鉷宍エ | 11111011110011011000111010110011111100001011101110110100 | fbcd8eb3f0bbb4 |
EUC-JP | 鉷宍?エ | 1000111111100011111100011011110010110101001111111000111010110100 | 8fe3f1bcb53f8eb4 |
UTF-8 | 鉷宍エ | 111010011000100110110111111001011010111010001101111011101000000110111010111011111011110110110100 | e989b7e5ae8dee81baefbdb4 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)