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 | 閹」迚吮拍邨 | 1110100010000110101000111110011110001001100110011110001010010100100011111110011110110101 | e886a3e78999e2948fe7b5 |
| EUC-JP | 閹」迚吮拍邨 | 111011111110011010001110101000111110110111101001110100101110010011000111111011111110111010110111 | efe68ea3ede9d2e4c7efeeb7 |
| UTF-8 | 閹」迚吮拍邨 | 111010011001011010111001111011111011110110100011111010001011111110011010111001011001000010101110111001101000101110001101111010011000001010101000 | e996b9efbda3e8bf9ae590aee68b8de982a8 |
| UHC | ????拍邨 | 0011111100111111001111110011111111011010110100001111010110111110 | 3f3f3f3fdad0f5be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)