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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?題?題^ | 00111111100100011110100000111111100100011110100001011110 | 3f91e83f91e85e |
EUC-JP | ?題?題^ | 00111111110000101110101000111111110000101110101001011110 | 3fc2ea3fc2ea5e |
UTF-8 | 뤗題뤗題^ | 11101011101001001001011111101001101000011000110011101011101001001001011111101001101000011000110001011110 | eba497e9a18ceba497e9a18c5e |
UHC | 뤗題뤗題^ | 100011111100011111110000101110011000111111000111111100001011100101011110 | 8fc7f0b98fc7f0b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)