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 | 闔手詐 | 111010001000111010001110111010001000110110111100 | e88e8ee88dbc |
EUC-JP | 闔手詐 | 111011111110111010111100111010101011101010111110 | efeebceababe |
UTF-8 | 闔手詐 | 111010011001011110010100111001101000100110001011111010001010100110010000 | e99794e6898be8a990 |
UHC | 闔手詐 | 111110011110111111100010101000101101111011110001 | f9efe2a2def1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)