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 | 駝饌}駝饌{^ | 1110100101101011111010010110000101111101111010010110101111101001011000010111101101011110 | e96be9617de96be9617b5e |
EUC-JP | 駝饌}駝饌{^ | 1111000111001100111100011100001001111101111100011100110011110001110000100111101101011110 | f1ccf1c27df1ccf1c27b5e |
UTF-8 | 駝饌}駝饌{^ | 111010011010011110011101111010011010010110001100011111011110100110100111100111011110100110100101100011000111101101011110 | e9a79de9a58c7de9a79de9a58c7b5e |
UHC | 駝饌}駝饌{^ | 1111011011101111111100111100101001111101111101101110111111110011110010100111101101011110 | f6eff3ca7df6eff3ca7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)