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 | ûN¥ûP | 111110110100111010001110101001011111101101010000 | fb4e8ea5fb50 |
SJIS-WIN | ?N?¥?P | 00111111010011100011111110000001100011110011111101010000 | 3f4e3f818f3f50 |
EUC-JP | ûN??ûP | 10001111101010111110010101001110001111110011111110001111101010111110010101010000 | 8fabe54e3f3f8fabe550 |
UTF-8 | ûN¥ûP | 11000011101110110100111011000010100011101100001010100101110000111011101101010000 | c3bb4ec28ec2a5c3bb50 |
UHC | ?N???P | 001111110100111000111111001111110011111101010000 | 3f4e3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)