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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 盖涌咫哭^ | 111000011011001110010111010011111001101001000000100110100100110001011110 | e1b3974f9a409a4c5e |
EUC-JP | 盖涌咫哭^ | 111000101011010111001101101100001101001110100001110100111010110101011110 | e2b5cdb0d3a1d3ad5e |
UTF-8 | 盖涌咫哭^ | 11100111100110111001011011100110101101101000110011100101100100101010101111100101100100111010110101011110 | e79b96e6b68ce592abe593ad5e |
UHC | 盖涌咫哭^ | 110010111100110011101001101111111111001010100001110011011101011001011110 | cbcce9bff2a1cdd65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)