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 | 1101010010110111111010011011100001000101 | d4b7e9b845 |
EUC-JP | ヤキ鮑E | 10001110110101001000111010110111111100101011101001000101 | 8ed48eb7f2ba45 |
UTF-8 | ヤキ鮑E | 11101111101111101001010011101111101111011011011111101001101011101001000101000101 | efbe94efbdb7e9ae9145 |
UHC | ??鮑E | 0011111100111111111110001110101001000101 | 3f3ff8ea45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)