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]¢F | 1001001001001110100100100101110110010001101000101001001001000110 | 924e925d91a29246 |
SJIS-WIN | ?N?]?¢?F | 001111110100111000111111010111010011111110000001100100010011111101000110 | 3f4e3f5d3f81913f46 |
EUC-JP | ?N?]?¢?F | 001111110100111000111111010111010011111110100001111100010011111101000110 | 3f4e3f5d3fa1f13f46 |
UTF-8 | N]¢F | 11000010100100100100111011000010100100100101110111000010100100011100001010100010110000101001001001000110 | c2924ec2925dc291c2a2c29246 |
UHC | ?N?]???F | 0011111101001110001111110101110100111111001111110011111101000110 | 3f4e3f5d3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)