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 | ??Ø? | 00111111001111111101100000111111 | 3f3fd83f |
SJIS-WIN | 繹??應 | 111000111000100000111111001111111001110011100100 | e3883f3f9ce4 |
EUC-JP | 繹?Ø應 | 1110010111101000001111111000111110101001101011001101100011100110 | e5e83f8fa9acd8e6 |
UTF-8 | 繹먮Ø應 | 1110011110111001101110011110101110101000101011101100001110011000111001101000011110001001 | e7b9b9eba8aec398e68789 |
UHC | 繹먮Ø應 | 1110011010111010100100001110101110101000101010101110101111101011 | e6ba90eba8aaebeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)