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 | ÉõÖè£ | 100011111100100111110101110101101110100010100011 | 8fc9f5d6e8a3 |
SJIS-WIN | ?????£ | 00111111001111110011111100111111001111111000000110010010 | 3f3f3f3f3f8192 |
EUC-JP | ?ÉõÖè£ | 001111111000111110101010101100011000111110101011110110001000111110101010110100111000111110101011101100101010000111110010 | 3f8faab18fabd88faad38fabb2a1f2 |
UTF-8 | ÉõÖè£ | 110000101000111111000011100010011100001110110101110000111001011011000011101010001100001010100011 | c28fc389c3b5c396c3a8c2a3 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)