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 | 河牙 | 10001001110011011000100111100101 | 89cd89e5 |
EUC-JP | 河牙 | 10110010110011111011001011100111 | b2cfb2e7 |
UTF-8 | 河牙 | 111001101011001010110011111001111000100110011001 | e6b2b3e78999 |
UHC | 河牙 | 11111001110000011110010010110011 | f9c1e4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)