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^ | 1001001010010100100101100110001001000100100100101001010010010110011000100100010001011110 | 929496624492949662445e |
EUC-JP | 樗肪D樗肪D^ | 1100001111110100110010111100001101000100110000111111010011001011110000110100010001011110 | c3f4cbc344c3f4cbc3445e |
UTF-8 | 樗肪D樗肪D^ | 111001101010100010010111111010001000001010101010010001001110011010101000100101111110100010000010101010100100010001011110 | e6a897e882aa44e6a897e882aa445e |
UHC | 樗肪D樗肪D^ | 1110111011000000110110111011100001000100111011101100000011011011101110000100010001011110 | eec0dbb844eec0dbb8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)