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 | NCá | 100100100100111010010010010000111110000110000010 | 924e9243e182 |
SJIS-WIN | ?N?C?? | 001111110100111000111111010000110011111100111111 | 3f4e3f433f3f |
EUC-JP | ?N?Cá? | 0011111101001110001111110100001110001111101010111010000100111111 | 3f4e3f438faba13f |
UTF-8 | NCá | 11000010100100100100111011000010100100100100001111000011101000011100001010000010 | c2924ec29243c3a1c282 |
UHC | ?N?C?? | 001111110100111000111111010000110011111100111111 | 3f4e3f433f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)