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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 易??易? | 10001000110101010011111100111111100010001101010100111111 | 88d53f3f88d53f |
EUC-JP | 易??易? | 10110000110101110011111100111111101100001101011100111111 | b0d73f3fb0d73f |
UTF-8 | 易뚧텒易뚧 | 111001101001100010010011111010111001101010100111111011011000010110010010111001101001100010010011111010111001101010100111 | e69893eb9aa7ed8592e69893eb9aa7 |
UHC | 易뚧텒易뚧 | 11100110101101101000110011100110101101101000110011100110101101101000110011100110 | e6b68ce6b68ce6b68ce6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)