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 | 0011111100111111100010011000101001000101 | 3f3f898a45 |
EUC-JP | ??炎E | 0011111100111111101100011110101001000101 | 3f3fb1ea45 |
UTF-8 | 롈렟炎E | 11101011101000011000100011101011101000001001111111100111100000101000111001000101 | eba188eba09fe7828e45 |
UHC | 롈렟炎E | 10001110110011101000111010110000111001101111101001000101 | 8ece8eb0e6fa45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)