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 | 0011111101100010 | 3f62 |
SJIS-WIN | 怏b | 100111001000100101100010 | 9c8962 |
EUC-JP | 怏b | 110101111110100101100010 | d7e962 |
UTF-8 | 怏b | 11100110100000001000111101100010 | e6808f62 |
UHC | 怏b | 111001001110100001100010 | e4e862 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)