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 | 荊θ | 10001100011101001000001111000110 | 8c7483c6 |
EUC-JP | 荊θ | 10110111110101011010011011001000 | b7d5a6c8 |
UTF-8 | 荊θ | 1110100010001101100010101100111010111000 | e88d8aceb8 |
UHC | 荊θ | 11111011101010101010010111101000 | fbaaa5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)