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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 悽}悽{^ | 10011100101011000111110110011100101011000111101101011110 | 9cac7d9cac7b5e |
EUC-JP | 悽}悽{^ | 11011000101011100111110111011000101011100111101101011110 | d8ae7dd8ae7b5e |
UTF-8 | 悽}悽{^ | 111001101000001010111101011111011110011010000010101111010111101101011110 | e682bd7de682bd7b5e |
UHC | 悽}悽{^ | 11110100101001000111110111110100101001000111101101011110 | f4a47df4a47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)