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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ??佃?刷模 | 001111110011111110010010110011110011111110001101111111001001011011001101 | 3f3f92cf3f8dfc96cd |
| EUC-JP | ??佃?刷模 | 001111110011111111000100110100010011111110111010111111101100110011001111 | 3f3fc4d13fbafecccf |
| UTF-8 | 앉뤸佃렙刷模 | 111011001001010110001001111010111010010010111000111001001011110110000011111010111010000010011001111001011000100010110111111001101010100010100001 | ec9589eba4b8e4bd83eba099e588b7e6a8a1 |
| UHC | 앉뤸佃렙刷模 | 101111101100100110001111111001101110111011101100101101111011111011100001111011001101100110111100 | bec98fe6eeecb7bee1ecd9bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)