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 | 11100100101001011000001010001100 | e4a5828c |
EUC-JP | 茹l | 11101000101001111010001111101100 | e8a7a3ec |
UTF-8 | 茹l | 111010001000110010111001111011111011110110001100 | e88cb9efbd8c |
UHC | 茹l | 11100110101010101010001111101100 | e6aaa3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)