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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 遯堤粟^ | 11100111101010101001001011100111100010001011111001011110 | e7aa92e788be5e |
EUC-JP | 遯堤粟^ | 11101110101011001100010011101001101100001100000001011110 | eeacc4e9b0c05e |
UTF-8 | 遯堤粟^ | 11101001100000011010111111100101101000001010010011100111101100101001111101011110 | e981afe5a0a4e7b29f5e |
UHC | 遯堤粟^ | 11010100111011101111000010100111111000011101100001011110 | d4eef0a7e1d85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)