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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 棋棋^ | 1000101011111011100010101111101101011110 | 8afb8afb5e |
EUC-JP | 棋棋^ | 1011010011111101101101001111110101011110 | b4fdb4fd5e |
UTF-8 | 棋棋^ | 11100110101000111000101111100110101000111000101101011110 | e6a38be6a38b5e |
UHC | 棋棋^ | 1101000110100100110100011010010001011110 | d1a4d1a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)