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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 跋冗掩E | 11100110111010111000111111100111100010011000011001000101 | e6eb8fe7898645 |
EUC-JP | 跋冗掩E | 11101100111011011011111011101001101100011110011001000101 | ecedbee9b1e645 |
UTF-8 | 跋冗掩E | 11101000101101111000101111100101100001101001011111100110100011101010100101000101 | e8b78be58697e68ea945 |
UHC | 跋冗掩E | 11011011101000101110100110110111111001011111001101000101 | dba2e9b7e5f345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)