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 | 11100101100111011010011011100101101101111011110101000101 | e59da6e5b7bd45 |
EUC-JP | 蝮ヲ蟾スE | 111010011111110110001110101001101110101010111001100011101011110101000101 | e9fd8ea6eab98ebd45 |
UTF-8 | 蝮ヲ蟾スE | 11101000100111011010111011101111101111011010011011101000100111111011111011101111101111011011110101000101 | e89daeefbda6e89fbeefbdbd45 |
UHC | ??蟾?E | 001111110011111111100000111010100011111101000101 | 3f3fe0ea3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)