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 | 信? | 100100000100110100111111 | 904d3f |
EUC-JP | 信? | 101111111010111000111111 | bfae3f |
UTF-8 | 信꼶 | 111001001011111110100001111010101011110010110110 | e4bfa1eabcb6 |
UHC | 信꼶 | 11100011111000011000010010001110 | e3e1848e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)