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 | å©^x{d | 11100101100011111010100101011110011110000111101101100100 | e58fa95e787b64 |
SJIS-WIN | ???^x{d | 00111111001111110011111101011110011110000111101101100100 | 3f3f3f5e787b64 |
EUC-JP | å?©^x{d | 1000111110101011101010010011111110001111101000101110110101011110011110000111101101100100 | 8faba93f8fa2ed5e787b64 |
UTF-8 | å©^x{d | 11000011101001011100001010001111110000101010100101011110011110000111101101100100 | c3a5c28fc2a95e787b64 |
UHC | ???^x{d | 00111111001111110011111101011110011110000111101101100100 | 3f3f3f5e787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)