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 | ĤDĤD^ | 11000100101001000100010011000100101001000100010001011110 | c4a444c4a4445e |
SJIS-WIN | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
EUC-JP | ĤDĤD^ | 100011111010101010100011100011111010001011110000010001001000111110101010101000111000111110100010111100000100010001011110 | 8faaa38fa2f0448faaa38fa2f0445e |
UTF-8 | ĤDĤD^ | 1100001110000100110000101010010001000100110000111000010011000010101001000100010001011110 | c384c2a444c384c2a4445e |
UHC | ?¤D?¤D^ | 001111111010001010110100010001000011111110100010101101000100010001011110 | 3fa2b4443fa2b4445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)