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 | 甦? | 111000010101001100111111 | e1533f |
EUC-JP | 甦? | 111000011011010000111111 | e1b43f |
UTF-8 | 甦굩 | 111001111001010010100110111010101011010110101001 | e794a6eab5a9 |
UHC | 甦굩 | 11100001110000011000001010001111 | e1c1828f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)