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 | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
| SJIS-WIN | 褄ァ阮ケ跂・O | 11100101111010111010011111101000100101101011100111100110111000111010010101001111 | e5eba7e896b9e6e3a54f |
| EUC-JP | 褄ァ阮ケ跂・O | 11101010111011011000111010100111111011111111011010001110101110011110110011100101100011101010010101001111 | eaed8ea7eff68eb9ece58ea54f |
| UTF-8 | 褄ァ阮ケ跂・O | 11101000101001001000010011101111101111011010011111101001100110001010111011101111101111011011100111101000101101111000001011101111101111011010010101001111 | e8a484efbda7e998aeefbdb9e8b782efbda54f |
| UHC | ??阮???O | 0011111100111111111010001101011000111111001111110011111101001111 | 3f3fe8d63f3f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)