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 | 陦鮭岑 | 111010001010000110001101111110001001101110101000 | e8a18df89ba8 |
EUC-JP | 陦鮭岑 | 111100001010001110111010111110101101011010101010 | f0a3bafad6aa |
UTF-8 | 陦鮭岑 | 111010011001100110100110111010011010111010101101111001011011001010010001 | e999a6e9aeade5b291 |
UHC | ??岑 | 00111111001111111110110111010100 | 3f3fedd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)