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^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 貽溪D貽溪D^ | 1110011011000100100111111110001001000100111001101100010010011111111000100100010001011110 | e6c49fe244e6c49fe2445e |
EUC-JP | 貽溪D貽溪D^ | 1110110011000110110111101110010001000100111011001100011011011110111001000100010001011110 | ecc6dee444ecc6dee4445e |
UTF-8 | 貽溪D貽溪D^ | 111010001011001010111101111001101011101010101010010001001110100010110010101111011110011010111010101010100100010001011110 | e8b2bde6baaa44e8b2bde6baaa445e |
UHC | 貽溪D貽溪D^ | 1110110011000010110011011010001001000100111011001100001011001101101000100100010001011110 | ecc2cda244ecc2cda2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)