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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 称エⅹ称エB | 1111100110100111100011111100110010110100111110100100100110001111110011001011010001000010 | f9a78fccb4fa498fccb442 |
| EUC-JP | ?称エ?称エB | 0011111110111110110011101000111010110100001111111011111011001110100011101011010001000010 | 3fbece8eb43fbece8eb442 |
| UTF-8 | 称エⅹ称エB | 11101110100111001000001011100111101001111011000011101111101111011011010011100010100001011011100111100111101001111011000011101111101111011011010001000010 | ee9c82e7a7b0efbdb4e285b9e7a7b0efbdb442 |
| UHC | ???ⅹ??B | 0011111100111111001111111010010110101010001111110011111101000010 | 3f3f3fa5aa3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)