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^ | 1100001010011000010111110100010001011110 | c2985f445e |
SJIS-WIN | ??_D^ | 0011111100111111010111110100010001011110 | 3f3f5f445e |
EUC-JP | Â?_D^ | 10001111101010101010010000111111010111110100010001011110 | 8faaa43f5f445e |
UTF-8 | Â_D^ | 11000011100000101100001010011000010111110100010001011110 | c382c2985f445e |
UHC | ??_D^ | 0011111100111111010111110100010001011110 | 3f3f5f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)