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 | 邱匁匍 | 111001111011011110010110111001101001100110110011 | e7b796e699b3 |
EUC-JP | 邱匁匍 | 111011101011100111001100111010001101001010110101 | eeb9cce8d2b5 |
UTF-8 | 邱匁匍 | 111010011000001010110001111001011000110010000001111001011000110010001101 | e982b1e58c81e58c8d |
UHC | 邱?匍 | 1100111111001000001111111111100011010001 | cfc83ff8d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)