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 | ?│ | 001111111000010010100000 | 3f84a0 |
EUC-JP | ?│ | 001111111010100010100010 | 3fa8a2 |
UTF-8 | 잴│ | 111011001001111010110100111000101001010010000010 | ec9eb4e29482 |
UHC | 잴│ | 11000000111010101010011010100010 | c0eaa6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)