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 | 001111110111110101000010 | 3f7d42 |
SJIS-WIN | 麗}B | 10010111111011010111110101000010 | 97ed7d42 |
EUC-JP | 麗}B | 11001110111011110111110101000010 | ceef7d42 |
UTF-8 | 麗}B | 1110100110111010100101110111110101000010 | e9ba977d42 |
UHC | 麗}B | 11010101111100100111110101000010 | d5f27d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)