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 | 易?易?? | 10001000110101010011111110001000110101010011111100111111 | 88d53f88d53f3f |
EUC-JP | 易?易?? | 10110000110101110011111110110000110101110011111100111111 | b0d73fb0d73f3f |
UTF-8 | 易똩易뚪찁 | 111001101001100010010011111010111001100010101001111001101001100010010011111010111001101010101010111011001011000010000001 | e69893eb98a9e69893eb9aaaecb081 |
UHC | 易똩易뚪찁 | 11100110101101101000110001101011111001101011011010001100111010011010100110000101 | e6b68c6be6b68ce9a985 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)