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 | ??§^ | 00111111001111111010011101011110 | 3f3fa75e |
SJIS-WIN | 驕倬§^ | 11101001100000011001100011101001100000011001100001011110 | e98198e981985e |
EUC-JP | 驕倬§^ | 11110001111000011101000011101011101000011111100001011110 | f1e1d0eba1f85e |
UTF-8 | 驕倬§^ | 111010011010100110010101111001011000000010101100110000101010011101011110 | e9a995e580acc2a75e |
UHC | 驕倬§^ | 11001110111101101111011011110000101000011101011101011110 | cef6f6f0a1d75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)