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 | ?贇鮑 | 0011111111100110110101001110100110111000 | 3fe6d4e9b8 |
EUC-JP | 湗贇鮑 | 10001111110001111111101111101100110101101111001010111010 | 8fc7fbecd6f2ba |
UTF-8 | 湗贇鮑 | 111001101011100110010111111010001011010010000111111010011010111010010001 | e6b997e8b487e9ae91 |
UHC | ?贇鮑 | 0011111111101011110010111111100011101010 | 3febcbf8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)