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¢F | 1001001001001110100100100100001110010001101000101001001001000110 | 924e924391a29246 |
SJIS-WIN | ?N?C?¢?F | 001111110100111000111111010000110011111110000001100100010011111101000110 | 3f4e3f433f81913f46 |
EUC-JP | ?N?C?¢?F | 001111110100111000111111010000110011111110100001111100010011111101000110 | 3f4e3f433fa1f13f46 |
UTF-8 | NC¢F | 11000010100100100100111011000010100100100100001111000010100100011100001010100010110000101001001001000110 | c2924ec29243c291c2a2c29246 |
UHC | ?N?C???F | 0011111101001110001111110100001100111111001111110011111101000110 | 3f4e3f433f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)