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 | ߸¼ | 11011111101110001000110110111100 | dfb88dbc |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ߸?? | 1000111110101001110011101000111110100010101100010011111100111111 | 8fa9ce8fa2b13f3f |
UTF-8 | ߸¼ | 1100001110011111110000101011100011000010100011011100001010111100 | c39fc2b8c28dc2bc |
UHC | ߸?¼ | 10101001101011001010001010101100001111111010100011111001 | a9aca2ac3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)