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 | ???訝?^ | 00111111001111110011111111100110011000100011111101011110 | 3f3f3fe6623f5e |
| EUC-JP | 濚??訝?^ | 100011111100100110100001001111110011111111101011110000110011111101011110 | 8fc9a13f3febc33f5e |
| UTF-8 | 濚방썫訝뻰^ | 11100110101111111001101011101011101100001010100111101100100011011010101111101000101010001001110111101011101110111011000001011110 | e6bf9aebb0a9ec8dabe8a89debbbb05e |
| UHC | 濚방썫訝뻰^ | 1110011110111001101110011110011010011011100111001110010010111000100101100111010101011110 | e7b9b9e69b9ce4b896755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)