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 | 稈豎 | 11100010011000101110011010110001 | e262e6b1 |
EUC-JP | 稈豎 | 11100011110000111110110010110011 | e3c3ecb3 |
UTF-8 | 稈豎 | 111001111010100010001000111010001011000110001110 | e7a888e8b18e |
UHC | 稈? | 110010101101100100111111 | cad93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)