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 | ?A?}?A?{^ | 001111110100000100111111011111010011111101000001001111110111101101011110 | 3f413f7d3f413f7b5e |
SJIS-WIN | 濟A粢}濟A粢{^ | 11100000010110100100000111100010111001010111110111100000010110100100000111100010111001010111101101011110 | e05a41e2e57de05a41e2e57b5e |
EUC-JP | 濟A粢}濟A粢{^ | 11011111101110110100000111100100111001110111110111011111101110110100000111100100111001110111101101011110 | dfbb41e4e77ddfbb41e4e77b5e |
UTF-8 | 濟A粢}濟A粢{^ | 1110011010111111100111110100000111100111101100101010001001111101111001101011111110011111010000011110011110110010101000100111101101011110 | e6bf9f41e7b2a27de6bf9f41e7b2a27b5e |
UHC | 濟A?}濟A?{^ | 1111000010101101010000010011111101111101111100001010110101000001001111110111101101011110 | f0ad413f7df0ad413f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)