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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 省レB | 10001111110010001101101001000010 | 8fc8da42 |
EUC-JP | 省レB | 1011111011001010100011101101101001000010 | beca8eda42 |
UTF-8 | 省レB | 11100111100111001000000111101111101111101001101001000010 | e79c81efbe9a42 |
UHC | 省?B | 11100000111111010011111101000010 | e0fd3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)