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 | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | ??瀞?e^ | 00111111001111111001001111010010001111110110010101011110 | 3f3f93d23f655e |
EUC-JP | 洹?瀞?e^ | 100011111100011110111010001111111100011011010100001111110110010101011110 | 8fc7ba3fc6d43f655e |
UTF-8 | 洹렔瀞렍e^ | 1110011010110100101110011110101110100000100101001110011110000000100111101110101110100000100011010110010101011110 | e6b4b9eba094e7809eeba08d655e |
UHC | 洹렔瀞렍e^ | 11101010101101111000111010101001111011111110011110001110101000110110010101011110 | eab78ea9efe78ea3655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)