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 | 羮毫}羮毫{^ | 1110001110111100100111110111110001111101111000111011110010011111011111000111101101011110 | e3bc9f7c7de3bc9f7c7b5e |
EUC-JP | 羮毫}羮毫{^ | 1110011010111110110111011101110101111101111001101011111011011101110111010111101101011110 | e6bedddd7de6bedddd7b5e |
UTF-8 | 羮毫}羮毫{^ | 111001111011111010101110111001101010111110101011011111011110011110111110101011101110011010101111101010110111101101011110 | e7beaee6afab7de7beaee6afab7b5e |
UHC | ?毫}?毫{^ | 001111111111101111000110011111010011111111111011110001100111101101011110 | 3ffbc67d3ffbc67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)