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 | æåCç¹ | 111001101110010110001110010000111110011110111001 | e6e58e43e7b9 |
SJIS-WIN | ???C?? | 001111110011111100111111010000110011111100111111 | 3f3f3f433f3f |
EUC-JP | æå?Cç? | 100011111010100111000001100011111010101110101001001111110100001110001111101010111010111000111111 | 8fa9c18faba93f438fabae3f |
UTF-8 | æåCç¹ | 1100001110100110110000111010010111000010100011100100001111000011101001111100001010111001 | c3a6c3a5c28e43c3a7c2b9 |
UHC | æ??C?¹ | 1010100110100001001111110011111101000011001111111010100111110110 | a9a13f3f433fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)