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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 綛遵構B | 11100011010110001000111110000101100011010101110001000010 | e3588f858d5c42 |
EUC-JP | 綛遵構B | 11100101101110011011110111100101101110011011110101000010 | e5b9bde5b9bd42 |
UTF-8 | 綛遵構B | 11100111101101101001101111101001100000011011010111100110101001111000101101000010 | e7b69be981b5e6a78b42 |
UHC | ?遵構B | 001111111111000111100101110011111011000001000010 | 3ff1e5cfb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)