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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 咀捧??窪 | 1001100111110000100101011111100100111111001111111000110001000101 | 99f095f93f3f8c45 |
EUC-JP | 咀捧??窪 | 1101001011110010110010101111101100111111001111111011011110100110 | d2f2cafb3f3fb7a6 |
UTF-8 | 咀捧렣렭窪 | 111001011001001010000000111001101000110110100111111010111010000010100011111010111010000010101101111001111010101010101010 | e59280e68da7eba0a3eba0ade7aaaa |
UHC | 咀捧렣렭窪 | 11101110101110101101110011101001100011101011010010001110101110101110100011000001 | eebadce98eb48ebae8c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)