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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 巐梦讎ゥc^ | 111110101011011010011010111010111110011010100110101010010110001101011110 | fab69aebe6a6a9635e |
EUC-JP | 巐梦讎ゥc^ | 1000111110111011111110011101010011101101111011001010100010001110101010010110001101011110 | 8fbbf9d4edeca88ea9635e |
UTF-8 | 巐梦讎ゥc^ | 1110010110110111100100001110011010100010101001101110100010101110100011101110111110111101101010010110001101011110 | e5b790e6a2a6e8ae8eefbda9635e |
UHC | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)