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 | 1110000111011011111000001101011011100001111101000100000001101000 | e1dbe0d6e1f44068 |
EUC-JP | 瞻獰磑@h | 1110001011011101111000001101100011100010111101100100000001101000 | e2dde0d8e2f64068 |
UTF-8 | 瞻獰磑@h | 1110011110011110101110111110011110001101101100001110011110100011100100010100000001101000 | e79ebbe78db0e7a3914068 |
UHC | 瞻獰?@h | 11110100110101111110011110111110001111110100000001101000 | f4d7e7be3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)