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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | 駭??駭?e^ | 111010010110111000111111001111111110100101101110001111110110010101011110 | e96e3f3fe96e3f655e |
EUC-JP | 駭??駭?e^ | 111100011100111100111111001111111111000111001111001111110110010101011110 | f1cf3f3ff1cf3f655e |
UTF-8 | 駭덜뇨駭턫e^ | 1110100110100111101011011110101110001101100111001110101110000111101010001110100110100111101011011110110110000100101010110110010101011110 | e9a7adeb8d9ceb87a8e9a7aded84ab655e |
UHC | 駭덜뇨駭턫e^ | 111110101011010010110100111110101011010010100010111110101011010010110110011011000110010101011110 | fab4b4fab4a2fab4b66c655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)