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 | 111010001011110100111111001111110100000001101000 | e8bd3f3f4068 |
EUC-JP | 霓??@h | 111100001011111100111111001111110100000001101000 | f0bf3f3f4068 |
UTF-8 | 霓며깑@h | 1110100110011100100100111110101110101001101100001110101010111001100100010100000001101000 | e99c93eba9b0eab9914068 |
UHC | 霓며깑@h | 1110011111100111101110001110011110000011100010110100000001101000 | e7e7b8e7838b4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)