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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | ?依?h | 0011111110001000110010110011111101101000 | 3f88cb3f68 |
EUC-JP | ?依?h | 0011111110110000110011010011111101101000 | 3fb0cd3f68 |
UTF-8 | 렱依렲h | 11101011101000001011000111100100101111101001110111101011101000001011001001101000 | eba0b1e4be9deba0b268 |
UHC | 렱依렲h | 10001110101111101110101111101110100011101011111101101000 | 8ebeebee8ebf68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)