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^ | 00111111001111111001001111010010001111110110001101011110 | 3f3f93d23f635e |
EUC-JP | 洹?瀞?c^ | 100011111100011110111010001111111100011011010100001111110110001101011110 | 8fc7ba3fc6d43f635e |
UTF-8 | 洹렔瀞렍c^ | 1110011010110100101110011110101110100000100101001110011110000000100111101110101110100000100011010110001101011110 | e6b4b9eba094e7809eeba08d635e |
UHC | 洹렔瀞렍c^ | 11101010101101111000111010101001111011111110011110001110101000110110001101011110 | eab78ea9efe78ea3635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)