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 | 蔚?事^ | 100010010101010100111111100011101001011001011110 | 89553f8e965e |
EUC-JP | 蔚?事^ | 101100011011011000111111101110111111011001011110 | b1b63fbbf65e |
UTF-8 | 蔚펫事^ | 11101000100101001001101011101101100011101010101111100100101110101000101101011110 | e8949aed8eabe4ba8b5e |
UHC | 蔚펫事^ | 11101010101001011100011011101010110111101100000001011110 | eaa5c6eadec05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)