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 | 侊? | 111110100111000000111111 | fa703f |
EUC-JP | 侊? | 10001111101100011010001100111111 | 8fb1a33f |
UTF-8 | 侊긔 | 111001001011111010001010111010101011100010010100 | e4be8aeab894 |
UHC | 侊긔 | 11001110110000101011000111100001 | cec2b1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)