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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 塋??^ | 1001101011001000001111110011111101011110 | 9ac83f3f5e |
EUC-JP | 塋??^ | 1101010011001010001111110011111101011110 | d4ca3f3f5e |
UTF-8 | 塋잏뿾^ | 11100101101000011000101111101100100111101000111111101011101111111011111001011110 | e5a18bec9e8febbfbe5e |
UHC | 塋잏뿾^ | 11100111101010111001111111100111100101111011111001011110 | e7ab9fe797be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)