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 | 案豼案 | 100010001100010011100110101111111000100011000100 | 88c4e6bf88c4 |
EUC-JP | 案豼案 | 101100001100011011101100110000011011000011000110 | b0c6ecc1b0c6 |
UTF-8 | 案豼案 | 111001101010000110001000111010001011000110111100111001101010000110001000 | e6a188e8b1bce6a188 |
UHC | 案?案 | 1110010011010000001111111110010011010000 | e4d03fe4d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)