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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 灼璽捨 | 100011101101110010001110101000111000111011001100 | 8edc8ea38ecc |
EUC-JP | 灼璽捨 | 101111001101111010111100101001011011110011001110 | bcdebca5bcce |
UTF-8 | 灼璽捨 | 111001111000000110111100111001111001001010111101111001101000110110101000 | e781bce792bde68da8 |
UHC | 灼璽捨 | 111011011100011111011111110111101101111011010111 | edc7dfdeded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)