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 | 筌羚}筌羚{^ | 1110001010100011111000111011011101111101111000101010001111100011101101110111101101011110 | e2a3e3b77de2a3e3b77b5e |
EUC-JP | 筌羚}筌羚{^ | 1110010010100101111001101011100101111101111001001010010111100110101110010111101101011110 | e4a5e6b97de4a5e6b97b5e |
UTF-8 | 筌羚}筌羚{^ | 111001111010110110001100111001111011111010011010011111011110011110101101100011001110011110111110100110100111101101011110 | e7ad8ce7be9a7de7ad8ce7be9a7b5e |
UHC | 筌羚}筌羚{^ | 1110111110100111110101101011111001111101111011111010011111010110101111100111101101011110 | efa7d6be7defa7d6be7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)