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 | ??????`B | 0011111100111111001111110011111100111111001111110110000001000010 | 3f3f3f3f3f3f6042 |
SJIS-WIN | 将エ召ト。ュ`B | 10001111101010111011010010001111101000101100010010100001101011010110000001000010 | 8fabb48fa2c4a1ad6042 |
EUC-JP | 将エ召ト。ュ`B | 1011111010101101100011101011010010111110101001001000111011000100100011101010000110001110101011010110000001000010 | bead8eb4bea48ec48ea18ead6042 |
UTF-8 | 将エ召ト。ュ`B | 1110010110110000100001101110111110111101101101001110010110001111101011001110111110111110100001001110111110111101101000011110111110111101101011010110000001000010 | e5b086efbdb4e58facefbe84efbda1efbdad6042 |
UHC | ??召???`B | 001111110011111111100001101011110011111100111111001111110110000001000010 | 3f3fe1af3f3f3f6042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)