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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?琵?? | 0011111110010100111110100011111100111111 | 3f94fa3f3f |
| EUC-JP | ?琵?? | 0011111111001000111111000011111100111111 | 3fc8fc3f3f |
| UTF-8 | 챔琵채찾 | 111011001011000110010100111001111001000010110101111011001011000110000100111011001011000010111110 | ecb194e790b5ecb184ecb0be |
| UHC | 챔琵채찾 | 1100001110101000110111011111010111000011101001001100001110100011 | c3a8ddf5c3a4c3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)