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 | 鰲淙 | 11101001111000001001111111001000 | e9e09fc8 |
EUC-JP | 鰲淙 | 11110010111000101101111011001010 | f2e2deca |
UTF-8 | 鰲淙 | 111010011011000010110010111001101011011110011001 | e9b0b2e6b799 |
UHC | 鰲淙 | 11101000101001111111000011111000 | e8a7f0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)