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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| UTF-8 | 셨솰앉렖양롊^ | 11101100100001011010100011101100100001101011000011101100100101011000100111101011101000001001011011101100100101101001000111101011101000011000101001011110 | ec85a8ec86b0ec9589eba096ec9691eba18a5e |
| UHC | 셨솰앉렖양롊^ | 10111100110011001011110011100000101111101100100110001110101010111011111011100111100011101101000001011110 | bcccbce0bec98eabbee78ed05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)