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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?③? | 00111111100001110100001000111111 | 3f87423f |
EUC-JP | ??? | 001111110011111100111111 | 3f3f3f |
UTF-8 | 燎③씦 | 111011111010011110000000111000101001000110100010111011001001010010100110 | efa780e291a2ec94a6 |
UHC | 燎③씦 | 111010001111101110101000111010011001110110111010 | e8fba8e99dba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)