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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 繹????? | 11100011100010000011111100111111001111110011111100111111 | e3883f3f3f3f3f |
EUC-JP | 繹????? | 11100101111010000011111100111111001111110011111100111111 | e5e83f3f3f3f3f |
UTF-8 | 繹뤹쮽聯뗨벵 | 111001111011100110111001111010111010010010111001111011001010111010111101111011111010011010010111111010111001011110101000111010111011001010110101 | e7b9b9eba4b9ecaebdefa697eb97a8ebb2b5 |
UHC | 繹뤹쮽聯뗨벵 | 111001101011101010001111111001111010100010011001111001101110000110001011111010001011101010101100 | e6ba8fe7a899e6e18be8baac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)