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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | 章蝎?v | 100011111100110111100101100110010011111101110110 | 8fcde5993f76 |
EUC-JP | 章蝎?v | 101111101100111111101001111110010011111101110110 | becfe9f93f76 |
UTF-8 | 章蝎벅v | 11100111101010111010000011101000100111011000111011101011101100101000010101110110 | e7aba0e89d8eebb28576 |
UHC | 章蝎벅v | 11101101111100011100101011101001101110011111011101110110 | edf1cae9b9f776 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)