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 | 蛻第エ | 1110010110001000100100011110011010110100 | e58891e6b4 |
EUC-JP | 蛻第エ | 111010011110100011000010111010001000111010110100 | e9e8c2e88eb4 |
UTF-8 | 蛻第エ | 111010001001101110111011111001111010110010101100111011111011110110110100 | e89bbbe7acacefbdb4 |
UHC | ?第? | 00111111111100001010111100111111 | 3ff0af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)