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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蔚??^ | 1000100101010101001111110011111101011110 | 89553f3f5e |
EUC-JP | 蔚??^ | 1011000110110110001111110011111101011110 | b1b63f3f5e |
UTF-8 | 蔚펩쓱^ | 11101000100101001001101011101101100011101010100111101100100100111011000101011110 | e8949aed8ea9ec93b15e |
UHC | 蔚펩쓱^ | 11101010101001011100011011101001101111101011001101011110 | eaa5c6e9beb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)