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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 貭瀏 | 11100110110000101110000001100111 | e6c2e067 |
EUC-JP | 貭瀏 | 11101100110001001101111111001000 | ecc4dfc8 |
UTF-8 | 貭瀏 | 111010001011001010101101111001111000000010001111 | e8b2ade7808f |
UHC | ?瀏 | 001111111101011110110111 | 3fd7b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)