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 | 營?⇔ | 1001101001111010001111111000000111001100 | 9a7a3f81cc |
EUC-JP | 營?⇔ | 1101001111011011001111111010001011001110 | d3db3fa2ce |
UTF-8 | 營⑵⇔ | 111001111000011110011111111000101001000110110101111000101000011110010100 | e7879fe291b5e28794 |
UHC | 營⑵⇔ | 111001111011110110101001111010001010001010100010 | e7bda9e8a2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)