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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | ?咐?c^ | 001111111001100111110011001111110110001101011110 | 3f99f33f635e |
EUC-JP | ?咐?c^ | 001111111101001011110101001111110110001101011110 | 3fd2f53f635e |
UTF-8 | 뤩咐휼c^ | 1110101110100100101010011110010110010010100100001110110110011100101111000110001101011110 | eba4a9e59290ed9cbc635e |
UHC | 뤩咐휼c^ | 1000111111010111110111001111101111001000111000010110001101011110 | 8fd7dcfbc8e1635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)