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 | 腺? | 100100010100001000111111 | 91423f |
EUC-JP | 腺? | 110000011010001100111111 | c1a33f |
UTF-8 | 腺왡 | 111010001000010110111010111011001001100110100001 | e885baec99a1 |
UHC | 腺왡 | 11100000110011011001111011001010 | e0cd9eca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)