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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | ?ˇ | 00111111100011111010001010110000 | 3f8fa2b0 |
UTF-8 | 버ˇ | 1110101110110010100001001100101110000111 | ebb284cb87 |
UHC | 버ˇ | 10111001111101101010001010100111 | b9f6a2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)