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 | ???[ | 00111111001111110011111101011011 | 3f3f3f5b |
SJIS-WIN | 軏檎棍[ | 11111011101100101000110011100111100111101001111001011011 | fbb28ce79e9e5b |
EUC-JP | 軏檎棍[ | 1000111111100000110110011011100011101001110110111111111001011011 | 8fe0d9b8e9dbfe5b |
UTF-8 | 軏檎棍[ | 11101000101110111000111111100110101010101000111011100110101000111000110101011011 | e8bb8fe6aa8ee6a38d5b |
UHC | ?檎棍[ | 001111111101000011010101110011011110001001011011 | 3fd0d5cde25b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)