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 | 10011111011110111110100101111011111010001110000101000101 | 9f7be97be8e145 |
EUC-JP | 毬驅鞦E | 11011101110111001111000111011100111100001110001101000101 | dddcf1dcf0e345 |
UTF-8 | 毬驅鞦E | 11100110101011111010110011101001101010011000010111101001100111101010011001000101 | e6aface9a985e99ea645 |
UHC | 毬驅?E | 110011111011001111001111110011000011111101000101 | cfb3cfcc3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)