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 | 彦??^ | 1001010101000110001111110011111101011110 | 95463f3f5e |
EUC-JP | 彦??^ | 1100100110100111001111110011111101011110 | c9a73f3f5e |
UTF-8 | 彦쒏떆^ | 11100101101111011010011011101100100100101000111111101011100101101000011001011110 | e5bda6ec928feb96865e |
UHC | 彦쒏떆^ | 11100101111010011001110011100110100010111001110001011110 | e5e99ce68b9c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)