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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癬癰浣繹鵝 | 11100001100111011110000110011110100111111010111111100011100010001110101001000000 | e19de19e9fafe388ea40 |
EUC-JP | 癬癰浣繹鵝 | 11100001111111011110000111111110110111101011000111100101111010001111001110100001 | e1fde1fedeb1e5e8f3a1 |
UTF-8 | 癬癰浣繹鵝 | 111001111001100110101100111001111001100110110000111001101011010110100011111001111011100110111001111010011011010110011101 | e799ace799b0e6b5a3e7b9b9e9b59d |
UHC | 癬癰浣繹鵝 | 11100000110010001110100010111001111010001100101111100110101110101110010010111101 | e0c8e8b9e8cbe6bae4bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)