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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | タ頡、タ頡、^ | 110000001110100011110100101001001100000011101000111101001010010001011110 | c0e8f4a4c0e8f4a45e |
EUC-JP | タ頡、タ頡、^ | 10001110110000001111000011110110100011101010010010001110110000001111000011110110100011101010010001011110 | 8ec0f0f68ea48ec0f0f68ea45e |
UTF-8 | タ頡、タ頡、^ | 11101111101111101000000011101001101000001010000111101111101111011010010011101111101111101000000011101001101000001010000111101111101111011010010001011110 | efbe80e9a0a1efbda4efbe80e9a0a1efbda45e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)