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 | ñíQ] | 100111111111000110011111111011010101000101011101 | 9ff19fed515d |
SJIS-WIN | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
EUC-JP | ?ñ?íQ] | 00111111100011111010101111010000001111111000111110101011101111110101000101011101 | 3f8fabd03f8fabbf515d |
UTF-8 | ñíQ] | 11000010100111111100001110110001110000101001111111000011101011010101000101011101 | c29fc3b1c29fc3ad515d |
UHC | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)