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 | 瞰盍 | 11100001110101011110000110110010 | e1d5e1b2 |
EUC-JP | 瞰盍 | 11100010110101111110001010110100 | e2d7e2b4 |
UTF-8 | 瞰盍 | 111001111001111010110000111001111001101110001101 | e79eb0e79b8d |
UHC | 瞰? | 110010101111100100111111 | caf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)