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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 骸麝じ拔 | 1000101001011011111010100110110010000010101101101001110101010101 | 8a5bea6c82b69d55 |
EUC-JP | 骸麝じ拔 | 1011001110111100111100111100110110100100101110001101100110110110 | b3bcf3cda4b8d9b6 |
UTF-8 | 骸麝じ拔 | 111010011010101010111000111010011011101010011101111000111000000110011000111001101000101110010100 | e9aab8e9ba9de38198e68b94 |
UHC | 骸麝じ拔 | 1111101010110101110111101111101010101010101110001101101011111011 | fab5defaaab8dafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)