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 | 赱檎枚^ | 11100110110111111000110011100111100101101000011101011110 | e6df8ce796875e |
EUC-JP | 赱檎枚^ | 11101100111000011011100011101001110010111110011101011110 | ece1b8e9cbe75e |
UTF-8 | 赱檎枚^ | 11101000101101011011000111100110101010101000111011100110100111101001101001011110 | e8b5b1e6aa8ee69e9a5e |
UHC | ?檎枚^ | 001111111101000011010101110110001101110101011110 | 3fd0d5d8dd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)