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 | 宸? | 100110111000001000111111 | 9b823f |
EUC-JP | 宸? | 110101011110001000111111 | d5e23f |
UTF-8 | 宸땳 | 111001011010111010111000111010111001010110110011 | e5aeb8eb95b3 |
UHC | 宸땳 | 11100011111001001000101110001001 | e3e48b89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)