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 | ?賽鮗 | 0011111111100110110011101110100110111010 | 3fe6cee9ba |
EUC-JP | 渢賽鮗 | 10001111110001111110101011101100110100001111001010111100 | 8fc7eaecd0f2bc |
UTF-8 | 渢賽鮗 | 111001101011100010100010111010001011001110111101111010011010111010010111 | e6b8a2e8b3bde9ae97 |
UHC | ?賽? | 00111111110111111101111100111111 | 3fdfdf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)