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 | ????]H | 001111110011111100111111001111110101110101001000 | 3f3f3f3f5d48 |
SJIS-WIN | 辷オ螟ア]H | 1110011110001000101101011110010110100100101100010101110101001000 | e788b5e5a4b15d48 |
EUC-JP | 辷オ螟ア]H | 11101101111010001000111010110101111010101010011010001110101100010101110101001000 | ede88eb5eaa68eb15d48 |
UTF-8 | 辷オ螟ア]H | 1110100010111110101101111110111110111101101101011110100010011110100111111110111110111101101100010101110101001000 | e8beb7efbdb5e89e9fefbdb15d48 |
UHC | ??螟?]H | 00111111001111111101100110101101001111110101110101001000 | 3f3fd9ad3f5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)