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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?賽鰌 | 0011111111100110110011101110100111010011 | 3fe6cee9d3 |
EUC-JP | 渢賽鰌 | 10001111110001111110101011101100110100001111001011010101 | 8fc7eaecd0f2d5 |
UTF-8 | 渢賽鰌 | 111001101011100010100010111010001011001110111101111010011011000010001100 | e6b8a2e8b3bde9b08c |
UHC | ?賽? | 00111111110111111101111100111111 | 3fdfdf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)