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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 頷瑚挙蕣州 | 11101000111101011000110011101000100010111001001111100100111110101000111101000010 | e8f58ce88b93e4fa8f42 |
| EUC-JP | 頷瑚挙蕣州 | 11110000111101111011100011101010101101011111001111101000111111001011110110100011 | f0f7b8eab5f3e8fcbda3 |
| UTF-8 | 頷瑚挙蕣州 | 111010011010000010110111111001111001000110011010111001101000110010011001111010001001010110100011111001011011011110011110 | e9a0b7e7919ae68c99e895a3e5b79e |
| UHC | ?瑚?蕣州 | 0011111111111011110100010011111111100010111100101111000110110110 | 3ffbd13fe2f2f1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)