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 | 柚麥?^ | 100101110100110111101010011011010011111101011110 | 974dea6d3f5e |
EUC-JP | 柚麥?^ | 110011011010111011110011110011100011111101011110 | cdaef3ce3f5e |
UTF-8 | 柚麥뇜^ | 11100110100111111001101011101001101110101010010111101011100001111001110001011110 | e69f9ae9baa5eb879c5e |
UHC | 柚麥뇜^ | 11101010111101101101100011101010101100111111110101011110 | eaf6d8eab3fd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)