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 | ?擧 | 001111111001110110100111 | 3f9da7 |
EUC-JP | ?擧 | 001111111101101010101001 | 3fdaa9 |
UTF-8 | 댄擧 | 111010111000110010000100111001101001001110100111 | eb8c84e693a7 |
UHC | 댄擧 | 10110100111011011100101111100001 | b4edcbe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)