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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 遧・遧・^ | 11111011101101011010010111111011101101011010010101011110 | fbb5a5fbb5a55e |
EUC-JP | 遧・遧・^ | 1000111111100001111000101000111010100101100011111110000111100010100011101010010101011110 | 8fe1e28ea58fe1e28ea55e |
UTF-8 | 遧・遧・^ | 11101001100000011010011111101111101111011010010111101001100000011010011111101111101111011010010101011110 | e981a7efbda5e981a7efbda55e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)