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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 粮h粮 | 1110001011101100011010001110001011101100 | e2ec68e2ec |
EUC-JP | 粮h粮 | 1110010011101110011010001110010011101110 | e4ee68e4ee |
UTF-8 | 粮h粮 | 11100111101100101010111001101000111001111011001010101110 | e7b2ae68e7b2ae |
UHC | 粮h粮 | 1101010111011011011010001101010111011011 | d5db68d5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)