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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ???緬^ | 001111110011111100111111100101101100100101011110 | 3f3f3f96c95e |
EUC-JP | ???緬^ | 001111110011111100111111110011001100101101011110 | 3f3f3fcccb5e |
UTF-8 | 롖뤇咽緬^ | 11101011101000011001011011101011101001001000011111101111101001101001111011100111101101111010110001011110 | eba196eba487efa69ee7b7ac5e |
UHC | 롖뤇咽緬^ | 100011101101101010001111101101111110011011101100110110001111101101011110 | 8eda8fb7e6ecd8fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)