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璋? | 11100000111101100011111101101000111000001111011000111111 | e0f63f68e0f63f |
EUC-JP | 璋?h璋? | 11100000111110000011111101101000111000001111100000111111 | e0f83f68e0f83f |
UTF-8 | 璋렲h璋렲 | 11100111100100101000101111101011101000001011001001101000111001111001001010001011111010111010000010110010 | e7928beba0b268e7928beba0b2 |
UHC | 璋렲h璋렲 | 111011011111000010001110101111110110100011101101111100001000111010111111 | edf08ebf68edf08ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)