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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 識識^ | 111100101011100010001110101011111111001010111000100011101010111101011110 | f2b88eaff2b88eaf5e |
EUC-JP | ?識?識^ | 00111111101111001011000100111111101111001011000101011110 | 3fbcb13fbcb15e |
UTF-8 | 識識^ | 11101110100001111010111111101000101011011001100011101110100001111010111111101000101011011001100001011110 | ee87afe8ad98ee87afe8ad985e |
UHC | ?識?識^ | 00111111111000111101101100111111111000111101101101011110 | 3fe3db3fe3db5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)