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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 屡汐捨 | 1111001011001101100011101100011010001110101011001000111011001100 | f2cd8ec68eac8ecc |
EUC-JP | ?屡汐捨 | 00111111101111001100100010111100101011101011110011001110 | 3fbcc8bcaebcce |
UTF-8 | 屡汐捨 | 111011101000100010000100111001011011000110100001111001101011000110010000111001101000110110101000 | ee8884e5b1a1e6b190e68da8 |
UHC | ??汐捨 | 001111110011111111100000101100011101111011010111 | 3f3fe0b1ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)