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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 竏シ縲邸h | 1110001010001000101111001110001110000000100100110100000001101000 | e288bce380934068 |
EUC-JP | 竏シ縲邸h | 111000111110100010001110101111001110010111100000110001011010000101101000 | e3e88ebce5e0c5a168 |
UTF-8 | 竏シ縲邸h | 11100111101010111000111111101111101111011011110011100111101110001011001011101001100000101011100001101000 | e7ab8fefbdbce7b8b2e982b868 |
UHC | ???邸h | 001111110011111100111111111011101101000001101000 | 3f3f3feed068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)