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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 繹?盛@h | 11100011100010000011111110010000101101110100000001101000 | e3883f90b74068 |
EUC-JP | 繹墉盛@h | 111001011110100010001111101110001011111111000000101110010100000001101000 | e5e88fb8bfc0b94068 |
UTF-8 | 繹墉盛@h | 1110011110111001101110011110010110100010100010011110011110011011100110110100000001101000 | e7b9b9e5a289e79b9b4068 |
UHC | 繹墉盛@h | 1110011010111010111010011011101011100000111111000100000001101000 | e6bae9bae0fc4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)