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 | ??K | 001111110011111101001011 | 3f3f4b |
SJIS-WIN | 蜚クK | 11100101100101001011100001001011 | e594b84b |
EUC-JP | 蜚クK | 1110100111110100100011101011100001001011 | e9f48eb84b |
UTF-8 | 蜚クK | 11101000100111001001101011101111101111011011100001001011 | e89c9aefbdb84b |
UHC | 蜚?K | 11011110101001000011111101001011 | dea43f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)