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 | 鶯Ñø | 111010011011011010101111110100011000101011111000 | e9b6afd18af8 |
SJIS-WIN | ?¶???? | 00111111100000011111011100111111001111110011111100111111 | 3f81f73f3f3f3f |
EUC-JP | 鶯Ñ?ø | 100011111010101110110001101000101111100110001111101000101011010010001111101010101101000000111111100011111010100111001100 | 8fabb1a2f98fa2b48faad03f8fa9cc |
UTF-8 | 鶯Ñø | 110000111010100111000010101101101100001010101111110000111001000111000010100010101100001110111000 | c3a9c2b6c2afc391c28ac3b8 |
UHC | ?¶???ø | 0011111110100010110100100011111100111111001111111010100110101010 | 3fa2d23f3f3fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)