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^ | 00111111001111110100010001011110 | 3f3f445e |
SJIS-WIN | 叩族D^ | 100100100100000010010001101100000100010001011110 | 924091b0445e |
EUC-JP | 叩族D^ | 110000111010000111000010101100100100010001011110 | c3a1c2b2445e |
UTF-8 | 叩族D^ | 1110010110001111101010011110011010010111100011110100010001011110 | e58fa9e6978f445e |
UHC | 叩族D^ | 110011011011000011110000111010010100010001011110 | cdb0f0e9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)