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 | 10001111100111110011111101000010 | 8f9f3f42 |
EUC-JP | 勝?B | 10111110101000010011111101000010 | bea13f42 |
UTF-8 | 勝쨍B | 11100101100010111001110111101100101010001000110101000010 | e58b9deca88d42 |
UHC | 勝쨍B | 1110001110101101110000101011100001000010 | e3adc2b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)