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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 鰲チシBF | 111010011110000011000001101111000100001001000110 | e9e0c1bc4246 |
EUC-JP | 鰲チシBF | 1111001011100010100011101100000110001110101111000100001001000110 | f2e28ec18ebc4246 |
UTF-8 | 鰲チシBF | 1110100110110000101100101110111110111110100000011110111110111101101111000100001001000110 | e9b0b2efbe81efbdbc4246 |
UHC | 鰲??BF | 111010001010011100111111001111110100001001000110 | e8a73f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)