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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 椌泛椌泛^ | 100111101001110110011111101000001001111010011101100111111010000001011110 | 9e9d9fa09e9d9fa05e |
EUC-JP | 椌泛椌泛^ | 110110111111110111011110101000101101101111111101110111101010001001011110 | dbfddea2dbfddea25e |
UTF-8 | 椌泛椌泛^ | 11100110101001001000110011100110101100111001101111100110101001001000110011100110101100111001101101011110 | e6a48ce6b39be6a48ce6b39b5e |
UHC | ?泛?泛^ | 00111111110110111111001000111111110110111111001001011110 | 3fdbf23fdbf25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)