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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 灼辞灼辞B | 100011101101110010001110101010111000111011011100100011101010101101000010 | 8edc8eab8edc8eab42 |
EUC-JP | 灼辞灼辞B | 101111001101111010111100101011011011110011011110101111001010110101000010 | bcdebcadbcdebcad42 |
UTF-8 | 灼辞灼辞B | 11100111100000011011110011101000101111101001111011100111100000011011110011101000101111101001111001000010 | e781bce8be9ee781bce8be9e42 |
UHC | 灼?灼?B | 11101101110001110011111111101101110001110011111101000010 | edc73fedc73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)