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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 禎冀? | 1001001011110101100110010110001000111111 | 92f599623f |
EUC-JP | 禎冀? | 1100010011110111110100011100001100111111 | c4f7d1c33f |
UTF-8 | 禎冀렍 | 111001111010011010001110111001011000011010000000111010111010000010001101 | e7a68ee58680eba08d |
UHC | 禎冀렍 | 111011111110111011010000111011011000111010100011 | efeed0ed8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)