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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 楡愁^ | 1001111010111110100011110100010001011110 | 9ebe8f445e |
EUC-JP | 楡愁^ | 1101110011000000101111011010010101011110 | dcc0bda55e |
UTF-8 | 楡愁^ | 11100110101001011010000111100110100001001000000101011110 | e6a5a1e684815e |
UHC | 楡愁^ | 1110101011111000111000011111111001011110 | eaf8e1fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)