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 | 籥剛犢^ | 11100010110111101000110110000100111000001011011101011110 | e2de8d84e0b75e |
EUC-JP | 籥剛犢^ | 11100100111000001011100111100100111000001011100101011110 | e4e0b9e4e0b95e |
UTF-8 | 籥剛犢^ | 11100111101100011010010111100101100010011001101111100111100010101010001001011110 | e7b1a5e5899be78aa25e |
UHC | ?剛犢^ | 001111111100101110100111110101001011101101011110 | 3fcba7d4bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)