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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 眷螢}眷螢{^ | 1110000111000101111001011010001101111101111000011100010111100101101000110111101101011110 | e1c5e5a37de1c5e5a37b5e |
EUC-JP | 眷螢}眷螢{^ | 1110001011000111111010101010010101111101111000101100011111101010101001010111101101011110 | e2c7eaa57de2c7eaa57b5e |
UTF-8 | 眷螢}眷螢{^ | 111001111001110010110111111010001001111010100010011111011110011110011100101101111110100010011110101000100111101101011110 | e79cb7e89ea27de79cb7e89ea27b5e |
UHC | 眷螢}眷螢{^ | 1100111111101111111110111010101101111101110011111110111111111011101010110111101101011110 | cfeffbab7dcfeffbab7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)