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 | 咀捧??齬 | 1001100111110000100101011111100100111111001111111110101010010111 | 99f095f93f3fea97 |
EUC-JP | 咀捧??齬 | 1101001011110010110010101111101100111111001111111111001111110111 | d2f2cafb3f3ff3f7 |
UTF-8 | 咀捧렣렭齬 | 111001011001001010000000111001101000110110100111111010111010000010100011111010111010000010101101111010011011110110101100 | e59280e68da7eba0a3eba0ade9bdac |
UHC | 咀捧렣렭齬 | 11101110101110101101110011101001100011101011010010001110101110101110010111100001 | eebadce98eb48ebae5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)