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 | 몸盛 | 111010111010101010111000111001111001101110011011 | ebaab8e79b9b |
UHC | 몸盛 | 10111000111101101110000011111100 | b8f6e0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)