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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 叩続叩多G | 100100100100000010010001101100011001001001000000100100011011110101000111 | 924091b1924091bd47 |
EUC-JP | 叩続叩多G | 110000111010000111000010101100111100001110100001110000101011111101000111 | c3a1c2b3c3a1c2bf47 |
UTF-8 | 叩続叩多G | 11100101100011111010100111100111101101101001101011100101100011111010100111100101101001001001101001000111 | e58fa9e7b69ae58fa9e5a49a47 |
UHC | 叩?叩多G | 1100110110110000001111111100110110110000110100101111110101000111 | cdb03fcdb0d2fd47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)