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 | 軏檎棍^ | 11111011101100101000110011100111100111101001111001011110 | fbb28ce79e9e5e |
EUC-JP | 軏檎棍^ | 1000111111100000110110011011100011101001110110111111111001011110 | 8fe0d9b8e9dbfe5e |
UTF-8 | 軏檎棍^ | 11101000101110111000111111100110101010101000111011100110101000111000110101011110 | e8bb8fe6aa8ee6a38d5e |
UHC | ?檎棍^ | 001111111101000011010101110011011110001001011110 | 3fd0d5cde25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)