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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 螳至飴 | 111001011010111010001110100010101000100010111001 | e5ae8e8a88b9 |
EUC-JP | 螳至飴 | 111010101011000010111011111010101011000010111011 | eab0bbeab0bb |
UTF-8 | 螳至飴 | 111010001001111010110011111010001000011110110011111010011010001110110100 | e89eb3e887b3e9a3b4 |
UHC | 螳至飴 | 110100111101100111110010101110001110110011000111 | d3d9f2b8ecc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)