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 | 鰲l | 11101001111000001000001010001100 | e9e0828c |
EUC-JP | 鰲l | 11110010111000101010001111101100 | f2e2a3ec |
UTF-8 | 鰲l | 111010011011000010110010111011111011110110001100 | e9b0b2efbd8c |
UHC | 鰲l | 11101000101001111010001111101100 | e8a7a3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)