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 | ?????N | 001111110011111100111111001111110011111101001110 | 3f3f3f3f3f4e |
| SJIS-WIN | ?妾桀藺?N | 001111111000111110101000100111100111101111100101011000010011111101001110 | 3f8fa89e7be5613f4e |
| EUC-JP | ?妾桀藺?N | 001111111011111010101010110110111101110011101001110000100011111101001110 | 3fbeaadbdce9c23f4e |
| UTF-8 | 뤋妾桀藺렕N | 11101011101001001000101111100101101001101011111011100110101000011000000011101000100101111011101011101011101000001001010101001110 | eba48be5a6bee6a180e897baeba0954e |
| UHC | 뤋妾桀藺렕N | 1000111110111011111101001101110111001011111110101101011111110100100011101010101001001110 | 8fbbf4ddcbfad7f48eaa4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)