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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 涌D涌D^ | 10010111010011110100010010010111010011110100010001011110 | 974f44974f445e |
EUC-JP | 涌D涌D^ | 11001101101100000100010011001101101100000100010001011110 | cdb044cdb0445e |
UTF-8 | 涌D涌D^ | 111001101011011010001100010001001110011010110110100011000100010001011110 | e6b68c44e6b68c445e |
UHC | 涌D涌D^ | 11101001101111110100010011101001101111110100010001011110 | e9bf44e9bf445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)