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 | 貊六瀋 | 111001101011101110011000010110101110000001100011 | e6bb985ae063 |
EUC-JP | 貊六瀋 | 111011001011110111001111101110111101111111000100 | ecbdcfbbdfc4 |
UTF-8 | 貊六瀋 | 111010001011001010001010111001011000010110101101111001111000000010001011 | e8b28ae585ade7808b |
UHC | 貊六瀋 | 110110001110011111010111101111111110010010100011 | d8e7d7bfe4a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)