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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 易?h易? | 10001000110101010011111101101000100010001101010100111111 | 88d53f6888d53f |
EUC-JP | 易?h易? | 10110000110101110011111101101000101100001101011100111111 | b0d73f68b0d73f |
UTF-8 | 易츻h易츻 | 11100110100110001001001111101100101110001011101101101000111001101001100010010011111011001011100010111011 | e69893ecb8bb68e69893ecb8bb |
UHC | 易츻h易츻 | 111001101011011010101111010011000110100011100110101101101010111101001100 | e6b6af4c68e6b6af4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)