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 | 琥? | 111000001110011000111111 | e0e63f |
EUC-JP | 琥? | 111000001110100000111111 | e0e83f |
UTF-8 | 琥엔 | 111001111001000010100101111011001001011110010100 | e790a5ec9794 |
UHC | 琥엔 | 11111011110100001011111110100011 | fbd0bfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)