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 | 逖滔」晨祷鮑 | 1110011110011000100111111110101110100011100111011110110110010011100110001110100110111000 | e7989feba39ded9398e9b8 |
| EUC-JP | 逖滔」晨祷鮑 | 111011011111100011011110111011011000111010100011110110101110111111000101111110001111001010111010 | edf8deed8ea3daefc5f8f2ba |
| UTF-8 | 逖滔」晨祷鮑 | 111010011000000010010110111001101011101110010100111011111011110110100011111001101001100110101000111001111010010110110111111010011010111010010001 | e98096e6bb94efbda3e699a8e7a5b7e9ae91 |
| UHC | ?滔?晨?鮑 | 001111111101010010100101001111111110001111100111001111111111100011101010 | 3fd4a53fe3e73ff8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)