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 | ?盃 | 001111111001010001110101 | 3f9475 |
EUC-JP | ?盃 | 001111111100011111010110 | 3fc7d6 |
UTF-8 | 뤆盃 | 111010111010010010000110111001111001101110000011 | eba486e79b83 |
UHC | 뤆盃 | 10001111101101101101101111001101 | 8fb6dbcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)