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 | ??????A | 00111111001111110011111100111111001111110011111101000001 | 3f3f3f3f3f3f41 |
| SJIS-WIN | 祭攀?紗??A | 10001101110101011001110110110011001111111000111011010001001111110011111101000001 | 8dd59db33f8ed13f3f41 |
| EUC-JP | 祭攀?紗??A | 10111010110101111101101010110101001111111011110011010011001111110011111101000001 | bad7dab53fbcd33f3f41 |
| UTF-8 | 祭攀렜紗렠렦A | 11100111101001011010110111100110100101001000000011101011101000001001110011100111101101001001011111101011101000001010000011101011101000001010011001000001 | e7a5ade69480eba09ce7b497eba0a0eba0a641 |
| UHC | 祭攀렜紗렠렦A | 11110000101011101101101011100111100011101010111011011110111010011000111010110001100011101011010101000001 | f0aedae78eaedee98eb18eb541 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)