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 | ee^ | 1001011101100101100101110110010101011110 | 976597655e |
SJIS-WIN | ?e?e^ | 0011111101100101001111110110010101011110 | 3f653f655e |
EUC-JP | ?e?e^ | 0011111101100101001111110110010101011110 | 3f653f655e |
UTF-8 | ee^ | 11000010100101110110010111000010100101110110010101011110 | c29765c297655e |
UHC | ?e?e^ | 0011111101100101001111110110010101011110 | 3f653f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)