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 | ?盛 | 001111111001000010110111 | 3f90b7 |
EUC-JP | ?盛 | 001111111100000010111001 | 3fc0b9 |
UTF-8 | 섄盛 | 111011001000010010000100111001111001101110011011 | ec8484e79b9b |
UHC | 섄盛 | 10111100101010011110000011111100 | bca9e0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)