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 | ??????h? | 0011111100111111001111110011111100111111001111110110100000111111 | 3f3f3f3f3f3f683f |
| SJIS-WIN | ??????h? | 0011111100111111001111110011111100111111001111110110100000111111 | 3f3f3f3f3f3f683f |
| EUC-JP | ??????h? | 0011111100111111001111110011111100111111001111110110100000111111 | 3f3f3f3f3f3f683f |
| UTF-8 | 泥좏슊梨좎쮼h泥 | 11101111101001111010001111101100101000101000111111101100100010101000101011101111101001111010001011101100101000101000111011101100101011101011110001101000111011111010011110100011 | efa7a3eca28fec8a8aefa7a2eca28eecaebc68efa7a3 |
| UHC | 泥좏슊梨좎쮼h泥 | 111011001011001010100000111011011001101010011010111011001011000110100000111011001010100010011000011010001110110010110010 | ecb2a0ed9a9aecb1a0eca89868ecb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)