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 | 荊}荊{^ | 10001100011101000111110110001100011101000111101101011110 | 8c747d8c747b5e |
EUC-JP | 荊}荊{^ | 10110111110101010111110110110111110101010111101101011110 | b7d57db7d57b5e |
UTF-8 | 荊}荊{^ | 111010001000110110001010011111011110100010001101100010100111101101011110 | e88d8a7de88d8a7b5e |
UHC | 荊}荊{^ | 11111011101010100111110111111011101010100111101101011110 | fbaa7dfbaa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)