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 | ???_ | 00111111001111110011111101011111 | 3f3f3f5f |
| SJIS-WIN | 陰ъ?_ | 100010010100000110000100100011000011111101011111 | 8941848c3f5f |
| EUC-JP | 陰ъ?_ | 101100011010001010100111111011000011111101011111 | b1a2a7ec3f5f |
| UTF-8 | 陰ъ넩_ | 111010011001100110110000110100011000101011101011100001001010100101011111 | e999b0d18aeb84a95f |
| UHC | 陰ъ넩_ | 11101011111001001010110011101100100001101010100101011111 | ebe4acec86a95f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)