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 | 戍}戍{^ | 10011100111110010111110110011100111110010111101101011110 | 9cf97d9cf97b5e |
EUC-JP | 戍}戍{^ | 11011000111110110111110111011000111110110111101101011110 | d8fb7dd8fb7b5e |
UTF-8 | 戍}戍{^ | 111001101000100010001101011111011110011010001000100011010111101101011110 | e6888d7de6888d7b5e |
UHC | 戍}戍{^ | 11100010101000010111110111100010101000010111101101011110 | e2a17de2a17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)