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 | 髜質鴪ー | 11111100010000001000111010111111111010011111000010110000 | fc408ebfe9f0b0 |
EUC-JP | 髜質鴪ー | 100011111110100111101101101111001100000111110010111100101000111010110000 | 8fe9edbcc1f2f28eb0 |
UTF-8 | 髜質鴪ー | 111010011010101110011100111010001011001110101010111010011011010010101010111011111011110110110000 | e9ab9ce8b3aae9b4aaefbdb0 |
UHC | ?質?? | 0011111111110010111101010011111100111111 | 3ff2f53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)