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 | 繹??映 | 111000111000100000111111001111111000100101100110 | e3883f3f8966 |
EUC-JP | 繹??映 | 111001011110100000111111001111111011000111000111 | e5e83f3fb1c7 |
UTF-8 | 繹뤺폃映 | 111001111011100110111001111010111010010010111010111011011000111110000011111001101001100010100000 | e7b9b9eba4baed8f83e698a0 |
UHC | 繹뤺폃映 | 1110011010111010100011111110100010111100100100101110011110110001 | e6ba8fe8bc92e7b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)