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 | 信꼪 | 111001001011111110100001111010101011110010101010 | e4bfa1eabcaa |
UHC | 信꼪 | 11100011111000011000010010000111 | e3e18487 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)