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 | 萪ヨサ蔬^ | 11100100110100101101011010111011111001001111010001011110 | e4d2d6bbe4f45e |
EUC-JP | 萪ヨサ蔬^ | 111010001101010010001110110101101000111010111011111010001111011001011110 | e8d48ed68ebbe8f65e |
UTF-8 | 萪ヨサ蔬^ | 11101000100100001010101011101111101111101001011011101111101111011011101111101000100101001010110001011110 | e890aaefbe96efbdbbe894ac5e |
UHC | ???蔬^ | 001111110011111100111111111000011100101001011110 | 3f3f3fe1ca5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)