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 | ûI¡¿ | 11111011010010011010000110111111 | fb49a1bf |
SJIS-WIN | ?I?? | 00111111010010010011111100111111 | 3f493f3f |
EUC-JP | ûI¡¿ | 10001111101010111110010101001001100011111010001011000010100011111010001011000100 | 8fabe5498fa2c28fa2c4 |
UTF-8 | ûI¡¿ | 11000011101110110100100111000010101000011100001010111111 | c3bb49c2a1c2bf |
UHC | ?I¡¿ | 001111110100100110100010101011101010001010101111 | 3f49a2aea2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)