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 | 100011111011101111000001111000101100000101000101 | 8fbbc1e2c145 |
EUC-JP | 晶チ簔E | 10111110101111011000111011000001111001001100001101000101 | bebd8ec1e4c345 |
UTF-8 | 晶チ簔E | 11100110100110011011011011101111101111101000000111100111101100001001010001000101 | e699b6efbe81e7b09445 |
UHC | 晶??E | 1110111111011100001111110011111101000101 | efdc3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)