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 | 睨帚}睨帚{^ | 1110000111001001100110111110001001111101111000011100100110011011111000100111101101011110 | e1c99be27de1c99be27b5e |
EUC-JP | 睨帚}睨帚{^ | 1110001011001011110101101110010001111101111000101100101111010110111001000111101101011110 | e2cbd6e47de2cbd6e47b5e |
UTF-8 | 睨帚}睨帚{^ | 111001111001110110101000111001011011100010011010011111011110011110011101101010001110010110111000100110100111101101011110 | e79da8e5b89a7de79da8e5b89a7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)