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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 諱1 | 11100110100000011000001001010000 | e6818250 |
EUC-JP | 諱1 | 11101011111000011010001110110001 | ebe1a3b1 |
UTF-8 | 諱1 | 111010001010101110110001111011111011110010010001 | e8abb1efbc91 |
UHC | 諱1 | 11111101110010011010001110110001 | fdc9a3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)