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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 鴃獵豎G | 11101001111011101110000011011000111001101011000101000111 | e9eee0d8e6b147 |
EUC-JP | 鴃獵豎G | 11110010111100001110000011011010111011001011001101000111 | f2f0e0daecb347 |
UTF-8 | 鴃獵豎G | 11101001101101001000001111100111100011011011010111101000101100011000111001000111 | e9b483e78db5e8b18e47 |
UHC | ?獵?G | 0011111111010110101101000011111101000111 | 3fd6b43f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)