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 | ?樊零^ | 001111111001111011100110100101111110101101011110 | 3f9ee697eb5e |
EUC-JP | ?樊零^ | 001111111101110011101000110011101110110101011110 | 3fdce8ceed5e |
UTF-8 | 뤾樊零^ | 11101011101001001011111011100110101010001000101011101001100110111011011001011110 | eba4bee6a88ae99bb65e |
UHC | 뤾樊零^ | 10001111111010101101101111100000110101101100001101011110 | 8feadbe0d6c35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)