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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 謠??謠??^ | 111001101000111100111111001111111110011010001111001111110011111101011110 | e68f3f3fe68f3f3f5e |
EUC-JP | 謠??謠??^ | 111010111110111100111111001111111110101111101111001111110011111101011110 | ebef3f3febef3f3f5e |
UTF-8 | 謠쇘릊謠쇘릊^ | 11101000101011001010000011101100100001111001100011101011101001101000101011101000101011001010000011101100100001111001100011101011101001101000101001011110 | e8aca0ec8798eba68ae8aca0ec8798eba68a5e |
UHC | 謠쇘릊謠쇘릊^ | 11101001101010101011110011100111101110001010101111101001101010101011110011100111101110001010101101011110 | e9aabce7b8abe9aabce7b8ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)