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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???詐?? | 00111111001111110011111110001101101111000011111100111111 | 3f3f3f8dbc3f3f |
EUC-JP | 焌?邕詐?? | 1000111111001001111010000011111110001111111000011110110110111010101111100011111100111111 | 8fc9e83f8fe1edbabe3f3f |
UTF-8 | 焌렧邕詐렰렖 | 111001111000010010001100111010111010000010100111111010011000001010010101111010001010100110010000111010111010000010110000111010111010000010010110 | e7848ceba0a7e98295e8a990eba0b0eba096 |
UHC | 焌렧邕詐렰렖 | 111100011110000010001110101101101110100010111011110111101111000110001110101111011000111010101011 | f1e08eb6e8bbdef18ebd8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)