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 | 11100110101011011010101011100101100011001011111101001011 | e6adaae58cbf4b |
EUC-JP | 豁ェ蛹ソK | 111011001010111110001110101010101110100111101100100011101011111101001011 | ecaf8eaae9ec8ebf4b |
UTF-8 | 豁ェ蛹ソK | 11101000101100011000000111101111101111011010101011101000100110111011100111101111101111011011111101001011 | e8b181efbdaae89bb9efbdbf4b |
UHC | 豁???K | 111111001100001100111111001111110011111101001011 | fcc33f3f3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)