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 | æZ | 111001101001010110011001010110101000111110000010 | e695995a8f82 |
SJIS-WIN | ???Z?? | 001111110011111100111111010110100011111100111111 | 3f3f3f5a3f3f |
EUC-JP | æ??Z?? | 1000111110101001110000010011111100111111010110100011111100111111 | 8fa9c13f3f5a3f3f |
UTF-8 | æZ | 1100001110100110110000101001010111000010100110010101101011000010100011111100001010000010 | c3a6c295c2995ac28fc282 |
UHC | æ??Z?? | 10101001101000010011111100111111010110100011111100111111 | a9a13f3f5a3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)