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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 源?源?E | 10001100101110010011111110001100101110010011111101000101 | 8cb93f8cb93f45 |
EUC-JP | 源?源?E | 10111000101110110011111110111000101110110011111101000101 | b8bb3fb8bb3f45 |
UTF-8 | 源뭔源뮨E | 11100110101110101001000011101011101011011001010011100110101110101001000011101011101011101010100001000101 | e6ba90ebad94e6ba90ebaea845 |
UHC | 源뭔源뮨E | 111010101011100110111001101110101110101010111001101110011100001101000101 | eab9b9baeab9b9c345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)