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 | ?@?Mn?@?MnB | 0011111101000000001111110100110101101110001111110100000000111111010011010110111001000010 | 3f403f4d6e3f403f4d6e42 |
SJIS-WIN | ?@?Mn?@?MnB | 0011111101000000001111110100110101101110001111110100000000111111010011010110111001000010 | 3f403f4d6e3f403f4d6e42 |
EUC-JP | ?@?Mn?@?MnB | 0011111101000000001111110100110101101110001111110100000000111111010011010110111001000010 | 3f403f4d6e3f403f4d6e42 |
UTF-8 | 혪@혪Mn혪@혪MnB | 11101101100110001010101001000000111011011001100010101010010011010110111011101101100110001010101001000000111011011001100010101010010011010110111001000010 | ed98aa40ed98aa4d6eed98aa40ed98aa4d6e42 |
UHC | 혪@혪Mn혪@혪MnB | 110000101001001001000000110000101001001001001101011011101100001010010010010000001100001010010010010011010110111001000010 | c29240c2924d6ec29240c2924d6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)