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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 荳ケ貂ャF | 11100100101110001011100111100110101110001010110001000110 | e4b8b9e6b8ac46 |
EUC-JP | 荳ケ貂ャF | 111010001011101010001110101110011110110010111010100011101010110001000110 | e8ba8eb9ecba8eac46 |
UTF-8 | 荳ケ貂ャF | 11101000100011011011001111101111101111011011100111101000101100101000001011101111101111011010110001000110 | e88db3efbdb9e8b282efbdac46 |
UHC | 荳?貂?F | 11010100111001010011111111110101101100000011111101000110 | d4e53ff5b03f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)