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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 昻昻^ | 111110101101000011111001101101011111101011010000111110011011010101011110 | fad0f9b5fad0f9b55e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | 昻昻^ | 11100110100110001011101111101110100111001001000011100110100110001011101111101110100111001001000001011110 | e698bbee9c90e698bbee9c905e |
UHC | 昻?昻?^ | 11100100111010010011111111100100111010010011111101011110 | e4e93fe4e93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)