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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 海?海?B | 10001010010000110011111110001010010000110011111101000010 | 8a433f8a433f42 |
EUC-JP | 海?海?B | 10110011101001000011111110110011101001000011111101000010 | b3a43fb3a43f42 |
UTF-8 | 海렏海렏B | 11100110101101011011011111101011101000001000111111100110101101011011011111101011101000001000111101000010 | e6b5b7eba08fe6b5b7eba08f42 |
UHC | 海렏海렏B | 111110101010110110001110101001011111101010101101100011101010010101000010 | faad8ea5faad8ea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)