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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 淅[淅[^ | 10011111110001100101101110011111110001100101101101011110 | 9fc65b9fc65b5e |
EUC-JP | 淅[淅[^ | 11011110110010000101101111011110110010000101101101011110 | dec85bdec85b5e |
UTF-8 | 淅[淅[^ | 111001101011011110000101010110111110011010110111100001010101101101011110 | e6b7855be6b7855b5e |
UHC | 淅[淅[^ | 11100000101100100101101111100000101100100101101101011110 | e0b25be0b25b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)