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 | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 芸?P | 10001100011111000011111101010000 | 8c7c3f50 |
EUC-JP | 芸?P | 10110111110111010011111101010000 | b7dd3f50 |
UTF-8 | 芸윎P | 11101000100010101011100011101100100111001000111001010000 | e88ab8ec9c8e50 |
UHC | 芸윎P | 1110100111111101100111111001010101010000 | e9fd9f9550 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)