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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 眛范 | 11100001110001001110010010010111 | e1c4e497 |
EUC-JP | 眛范 | 11100010110001101110011111110111 | e2c6e7f7 |
UTF-8 | 眛范 | 111001111001110010011011111010001000110010000011 | e79c9be88c83 |
UHC | ?范 | 001111111101101111110101 | 3fdbf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)