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 | çWâe | 111001110101011111100010011001011001110010000000 | e757e2659c80 |
SJIS-WIN | ?W?e?? | 001111110101011100111111011001010011111100111111 | 3f573f653f3f |
EUC-JP | çWâe?? | 10001111101010111010111001010111100011111010101110100100011001010011111100111111 | 8fabae578faba4653f3f |
UTF-8 | çWâe | 11000011101001110101011111000011101000100110010111000010100111001100001010000000 | c3a757c3a265c29cc280 |
UHC | ?W?e?? | 001111110101011100111111011001010011111100111111 | 3f573f653f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)