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 | ????pV | 001111110011111100111111001111110111000001010110 | 3f3f3f3f7056 |
SJIS-WIN | 陋娥迯サpV | 111010001001101110011011010011011110011110001101101110110111000001010110 | e89b9b4de78dbb7056 |
EUC-JP | 陋娥迯サpV | 11101111111110111101010110101110111011011110110110001110101110110111000001010110 | effbd5aeeded8ebb7056 |
UTF-8 | 陋娥迯サpV | 1110100110011001100010111110010110101000101001011110100010111111101011111110111110111101101110110111000001010110 | e9998be5a8a5e8bfafefbdbb7056 |
UHC | 陋娥??pV | 1101011110110000111001001011000000111111001111110111000001010110 | d7b0e4b03f3f7056 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)