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^e^ | 1100001110000010110000101001001001000100010111100110010101011110 | c382c292445e655e |
SJIS-WIN | ????D^e^ | 0011111100111111001111110011111101000100010111100110010101011110 | 3f3f3f3f445e655e |
EUC-JP | Ã?Â?D^e^ | 100011111010101010101010001111111000111110101010101001000011111101000100010111100110010101011110 | 8faaaa3f8faaa43f445e655e |
UTF-8 | ÃÂD^e^ | 110000111000001111000010100000101100001110000010110000101001001001000100010111100110010101011110 | c383c282c382c292445e655e |
UHC | ????D^e^ | 0011111100111111001111110011111101000100010111100110010101011110 | 3f3f3f3f445e655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)