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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?豐雜 | 0011111111100110101100101110100010110110 | 3fe6b2e8b6 |
EUC-JP | 鮸豐雜 | 10001111111010101110100111101100101101001111000010111000 | 8feae9ecb4f0b8 |
UTF-8 | 鮸豐雜 | 111010011010111010111000111010001011000110010000111010011001101110011100 | e9aeb8e8b190e99b9c |
UHC | ??雜 | 00111111001111111110110111011010 | 3f3fedda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)