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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 飮μ?P | 100111110101101010000011110010100011111101010000 | 9f5a83ca3f50 |
EUC-JP | 飮μ?P | 110111011011101110100110110011000011111101010000 | ddbba6cc3f50 |
UTF-8 | 飮μ댆P | 111010011010001110101110110011101011110011101011100011001000011001010000 | e9a3aecebceb8c8650 |
UHC | 飮μ댆P | 11101011111001101010010111101100100010001011000001010000 | ebe6a5ec88b050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)