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 | 001111111000010010000110001111110011111110000100100001100011111101000010 | 3f84863f3f84863f42 |
| EUC-JP | ?ф??ф?B | 001111111010011111100110001111110011111110100111111001100011111101000010 | 3fa7e63f3fa7e63f42 |
| UTF-8 | 寧ф뜍寧ф뜍B | 1110111110100110101010101101000110000100111010111001110010001101111011111010011010101010110100011000010011101011100111001000110101000010 | efa6aad184eb9c8defa6aad184eb9c8d42 |
| UHC | 寧ф뜍寧ф뜍B | 11100111101011001010110011100110100011011001000011100111101011001010110011100110100011011001000001000010 | e7acace68d90e7acace68d9042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)