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 | 一? | 100010001110101000111111 | 88ea3f |
EUC-JP | 一? | 101100001110110000111111 | b0ec3f |
UTF-8 | 一봩 | 111001001011100010000000111010111011010010101001 | e4b880ebb4a9 |
UHC | 一봩 | 11101100111010011001010001101011 | ece9946b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)