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 | ã®DB | 11100011101011101000001110000111100010010100010001000010 | e3ae8387894442 |
SJIS-WIN | ?????DB | 00111111001111110011111100111111001111110100010001000010 | 3f3f3f3f3f4442 |
EUC-JP | ã®???DB | 1000111110101011101010101000111110100010111011100011111100111111001111110100010001000010 | 8fabaa8fa2ee3f3f3f4442 |
UTF-8 | ã®DB | 110000111010001111000010101011101100001010000011110000101000011111000010100010010100010001000010 | c3a3c2aec283c287c2894442 |
UHC | ?®???DB | 0011111110100010111001110011111100111111001111110100010001000010 | 3fa2e73f3f3f4442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)