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 | ??C | 001111110011111101000011 | 3f3f43 |
SJIS-WIN | 芸?C | 10001100011111000011111101000011 | 8c7c3f43 |
EUC-JP | 芸?C | 10110111110111010011111101000011 | b7dd3f43 |
UTF-8 | 芸윎C | 11101000100010101011100011101100100111001000111001000011 | e88ab8ec9c8e43 |
UHC | 芸윎C | 1110100111111101100111111001010101000011 | e9fd9f9543 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)