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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 騾‐H | 1110100110000000100000010101110101001000 | e980815d48 |
EUC-JP | 騾‐H | 1111000111100000101000011011111001001000 | f1e0a1be48 |
UTF-8 | 騾‐H | 11101001101010001011111011100010100000001001000001001000 | e9a8bee2809048 |
UHC | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)