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 | 11100011010011011000101110000111100010100101100101000101 | e34d8b878a5945 |
EUC-JP | 絎窮該E | 11100101101011101011010111100111101100111011101001000101 | e5aeb5e7b3ba45 |
UTF-8 | 絎窮該E | 11100111101101011000111011100111101010101010111011101000101010011011001001000101 | e7b58ee7aaaee8a9b245 |
UHC | ?窮該E | 001111111100111111100011111110101011000101000101 | 3fcfe3fab145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)