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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ケ「燾カヒ^ | 101110011111011010001111101000101111101101011010101101101100101101011110 | b9f68fa2fb5ab6cb5e |
EUC-JP | ケ?「燾カヒ^ | 10001110101110010011111110001110101000101000111111001010101111011000111010110110100011101100101101011110 | 8eb93f8ea28fcabd8eb68ecb5e |
UTF-8 | ケ「燾カヒ^ | 11101111101111011011100111101110100100101011011011101111101111011010001011100111100001111011111011101111101111011011011011101111101111101000101101011110 | efbdb9ee92b6efbda2e787beefbdb6efbe8b5e |
UHC | ???燾??^ | 0011111100111111001111111101010010100111001111110011111101011110 | 3f3f3fd4a73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)