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 | ¬×^ | 1001000010101100100011111101011101011110 | 90ac8fd75e |
SJIS-WIN | ?¬?×^ | 00111111100000011100101000111111100000010111111001011110 | 3f81ca3f817e5e |
EUC-JP | ?¬?×^ | 00111111101000101100110000111111101000011101111101011110 | 3fa2cc3fa1df5e |
UTF-8 | ¬×^ | 110000101001000011000010101011001100001010001111110000111001011101011110 | c290c2acc28fc3975e |
UHC | ???×^ | 001111110011111100111111101000011011111101011110 | 3f3f3fa1bf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)