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 | pñN | 100010100111000010010011111100011001101101001110 | 8a7093f19b4e |
SJIS-WIN | ?p???N | 001111110111000000111111001111110011111101001110 | 3f703f3f3f4e |
EUC-JP | ?p?ñ?N | 0011111101110000001111111000111110101011110100000011111101001110 | 3f703f8fabd03f4e |
UTF-8 | pñN | 11000010100010100111000011000010100100111100001110110001110000101001101101001110 | c28a70c293c3b1c29b4e |
UHC | ?p???N | 001111110111000000111111001111110011111101001110 | 3f703f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)