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 | ?????w | 001111110011111100111111001111110011111101110111 | 3f3f3f3f3f77 |
| SJIS-WIN | 蒸?義?躪w | 100011111111011000111111100010110110000000111111111001110101100001110111 | 8ff63f8b603fe75877 |
| EUC-JP | 蒸?義?躪w | 101111101111100000111111101101011100000100111111111011011011100101110111 | bef83fb5c13fedb977 |
| UTF-8 | 蒸렟義꿱躪w | 11101000100100101011100011101011101000001001111111100111101111101010100111101010101111111011000111101000101110101010101001110111 | e892b8eba09fe7bea9eabfb1e8baaa77 |
| UHC | 蒸렟義꿱躪w | 1111000111111010100011101011000011101011111110011011001011101000110101111111010101110111 | f1fa8eb0ebf9b2e8d7f577 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)