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 | 襭区ェ | 1110011001000010100010111110011010101010 | e6428be6aa |
EUC-JP | 襭区ェ | 111010111010001110110110111010001000111010101010 | eba3b6e88eaa |
UTF-8 | 襭区ェ | 111010001010010110101101111001011000110010111010111011111011110110101010 | e8a5ade58cbaefbdaa |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)