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 | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-WIN | 鞨ェ辷セK | 11101000111000001010101011100111100010001011111001001011 | e8e0aae788be4b |
EUC-JP | 鞨ェ辷セK | 111100001110001010001110101010101110110111101000100011101011111001001011 | f0e28eaaede88ebe4b |
UTF-8 | 鞨ェ辷セK | 11101001100111101010100011101111101111011010101011101000101111101011011111101111101111011011111001001011 | e99ea8efbdaae8beb7efbdbe4b |
UHC | 鞨???K | 110010101110101000111111001111110011111101001011 | caea3f3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)