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 | 001111111011010001000010 | 3fb442 |
SJIS-WIN | 鈿´B | 1110011111101101100000010100110001000010 | e7ed814c42 |
EUC-JP | 鈿´B | 1110111011101111101000011010110101000010 | eeefa1ad42 |
UTF-8 | 鈿´B | 111010011000100010111111110000101011010001000010 | e988bfc2b442 |
UHC | 鈿´B | 1110111110101111101000101010010101000010 | efafa2a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)