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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 嗚???塢 | 10011010011010100011111100111111001111111001101011000111 | 9a6a3f3f3f9ac7 |
EUC-JP | 嗚???塢 | 11010011110010110011111100111111001111111101010011001001 | d3cb3f3f3fd4c9 |
UTF-8 | 嗚읪띺썓塢 | 111001011001011110011010111011001001110110101010111010111001110110111010111011001000110110010011111001011010000110100010 | e5979aec9daaeb9dbaec8d93e5a1a2 |
UHC | 嗚읪띺썓塢 | 11100111111100001001111111010001100011011110100110011011100001101110011111110001 | e7f09fd18de99b86e7f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)