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 | 竪足卒^ | 10010010010001111001000110101011100100011011001001011110 | 924791ab91b25e |
EUC-JP | 竪足卒^ | 11000011101010001100001010101101110000101011010001011110 | c3a8c2adc2b45e |
UTF-8 | 竪足卒^ | 11100111101010111010101011101000101101101011001111100101100011011001001001011110 | e7abaae8b6b3e58d925e |
UHC | 竪足卒^ | 11100010101101011111000011101011111100001110111101011110 | e2b5f0ebf0ef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)