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 | 指?指?^ | 10001110011101110011111110001110011101110011111101011110 | 8e773f8e773f5e |
EUC-JP | 指?指?^ | 10111011110110000011111110111011110110000011111101011110 | bbd83fbbd83f5e |
UTF-8 | 指텡指텝^ | 11100110100011001000011111101101100001011010000111100110100011001000011111101101100001011001110101011110 | e68c87ed85a1e68c87ed859d5e |
UHC | 指텡指텝^ | 111100101010011011000101110111101111001010100110110001011101110001011110 | f2a6c5def2a6c5dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)