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 | 貭篁櫞 | 111001101100001011100010101110011001111101001000 | e6c2e2b99f48 |
EUC-JP | 貭篁櫞 | 111011001100010011100100101110111101110110101001 | ecc4e4bbdda9 |
UTF-8 | 貭篁櫞 | 111010001011001010101101111001111010111110000001111001101010101110011110 | e8b2ade7af81e6ab9e |
UHC | ?篁? | 00111111111111001101011000111111 | 3ffcd63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)