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 | 宅?㏄ | 1001000111101110001111111000011101110100 | 91ee3f8774 |
EUC-JP | 宅?? | 11000010111100000011111100111111 | c2f03f3f |
UTF-8 | 宅㏂㏄ | 111001011010111010000101111000111000111110000010111000111000111110000100 | e5ae85e38f82e38f84 |
UHC | 宅㏂㏄ | 110100111110101110100010111000111010011110100110 | d3eba2e3a7a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)