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 | 眛癶 | 11100001110001001110000110100000 | e1c4e1a0 |
EUC-JP | 眛癶 | 11100010110001101110001010100010 | e2c6e2a2 |
UTF-8 | 眛癶 | 111001111001110010011011111001111001100110110110 | e79c9be799b6 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)