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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 賈鴿B | 1110011011001001111010011111100101000010 | e6c9e9f942 |
EUC-JP | 賈鴿B | 1110110011001011111100101111101101000010 | eccbf2fb42 |
UTF-8 | 賈鴿B | 11101000101100111000100011101001101101001011111101000010 | e8b388e9b4bf42 |
UHC | 賈?B | 11001010101110010011111101000010 | cab93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)