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 | ?愾胚 | 0011111110011100101111111110001111110011 | 3f9cbfe3f3 |
EUC-JP | 湗愾胚 | 10001111110001111111101111011000110000011110011011110101 | 8fc7fbd8c1e6f5 |
UTF-8 | 湗愾胚 | 111001101011100110010111111001101000010010111110111010001000001110011010 | e6b997e684bee8839a |
UHC | ?愾胚 | 0011111111001011110001011101101111001111 | 3fcbc5dbcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)