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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 淸セ闔ケ質^ | 111110110100001110111110111010001000111010111001100011101011111101011110 | fb43bee88eb98ebf5e |
EUC-JP | ?セ闔ケ質^ | 00111111100011101011111011101111111011101000111010111001101111001100000101011110 | 3f8ebeefee8eb9bcc15e |
UTF-8 | 淸セ闔ケ質^ | 11100110101101111011100011101111101111011011111011101001100101111001010011101111101111011011100111101000101100111010101001011110 | e6b7b8efbdbee99794efbdb9e8b3aa5e |
UHC | 淸?闔?質^ | 111101001110100000111111111110011110111100111111111100101111010101011110 | f4e83ff9ef3ff2f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)