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 | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | 将エ。ュ。ュe^ | 100011111010101110110100101000011010110110100001101011010110010101011110 | 8fabb4a1ada1ad655e |
EUC-JP | 将エ。ュ。ュe^ | 1011111010101101100011101011010010001110101000011000111010101101100011101010000110001110101011010110010101011110 | bead8eb48ea18ead8ea18ead655e |
UTF-8 | 将エ。ュ。ュe^ | 1110010110110000100001101110111110111101101101001110111110111101101000011110111110111101101011011110111110111101101000011110111110111101101011010110010101011110 | e5b086efbdb4efbda1efbdadefbda1efbdad655e |
UHC | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)