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 | ?h | 0011111101101000 | 3f68 |
SJIS-WIN | 俄h | 100010011110001001101000 | 89e268 |
EUC-JP | 俄h | 101100101110010001101000 | b2e468 |
UTF-8 | 俄h | 11100100101111111000010001101000 | e4bf8468 |
UHC | 俄h | 111001001010110101101000 | e4ad68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)