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 | 佚耕鞏 | 100110001100001110001101011010111110100011011101 | 98c38d6be8dd |
EUC-JP | 佚耕鞏 | 110100001100010110111001110011001111000011011111 | d0c5b9ccf0df |
UTF-8 | 佚耕鞏 | 111001001011110110011010111010001000000010010101111010011001111010001111 | e4bd9ae88095e99e8f |
UHC | 佚耕鞏 | 111011001110101011001100111010011100110111111001 | eceacce9cdf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)