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 | íç¢è°° | 111011011110011110100010111010001011000010110000 | ede7a2e8b0b0 |
SJIS-WIN | ??¢?°° | 001111110011111110000001100100010011111110000001100010111000000110001011 | 3f3f81913f818b818b |
EUC-JP | íç¢è°° | 100011111010101110111111100011111010101110101110101000011111000110001111101010111011001010100001111010111010000111101011 | 8fabbf8fabaea1f18fabb2a1eba1eb |
UTF-8 | íç¢è°° | 110000111010110111000011101001111100001010100010110000111010100011000010101100001100001010110000 | c3adc3a7c2a2c3a8c2b0c2b0 |
UHC | ????°° | 0011111100111111001111110011111110100001110001101010000111000110 | 3f3f3f3fa1c6a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)