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 | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
SJIS-WIN | 将エ将エ召ツV | 10001111101010111011010010001111101010111011010010001111101000101100001001010110 | 8fabb48fabb48fa2c256 |
EUC-JP | 将エ将エ召ツV | 10111110101011011000111010110100101111101010110110001110101101001011111010100100100011101100001001010110 | bead8eb4bead8eb4bea48ec256 |
UTF-8 | 将エ将エ召ツV | 11100101101100001000011011101111101111011011010011100101101100001000011011101111101111011011010011100101100011111010110011101111101111101000001001010110 | e5b086efbdb4e5b086efbdb4e58facefbe8256 |
UHC | ????召?V | 0011111100111111001111110011111111100001101011110011111101010110 | 3f3f3f3fe1af3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)