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^ | 1001001001000000100100011011000001000100100100100100000010010001101100000100010001011110 | 924091b044924091b0445e |
EUC-JP | 叩族D叩族D^ | 1100001110100001110000101011001001000100110000111010000111000010101100100100010001011110 | c3a1c2b244c3a1c2b2445e |
UTF-8 | 叩族D叩族D^ | 111001011000111110101001111001101001011110001111010001001110010110001111101010011110011010010111100011110100010001011110 | e58fa9e6978f44e58fa9e6978f445e |
UHC | 叩族D叩族D^ | 1100110110110000111100001110100101000100110011011011000011110000111010010100010001011110 | cdb0f0e944cdb0f0e9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)