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 | 11101001100000101010101011100111100010001011111001001011 | e982aae788be4b |
EUC-JP | 驍ェ辷セK | 111100011110001010001110101010101110110111101000100011101011111001001011 | f1e28eaaede88ebe4b |
UTF-8 | 驍ェ辷セK | 11101001101010011000110111101111101111011010101011101000101111101011011111101111101111011011111001001011 | e9a98defbdaae8beb7efbdbe4b |
UHC | 驍???K | 111111011010010000111111001111110011111101001011 | fda43f3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)