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 | E×E | 1001010001000101100100001101011101000101 | 944590d745 |
SJIS-WIN | ?E?×E | 001111110100010100111111100000010111111001000101 | 3f453f817e45 |
EUC-JP | ?E?×E | 001111110100010100111111101000011101111101000101 | 3f453fa1df45 |
UTF-8 | E×E | 1100001010010100010001011100001010010000110000111001011101000101 | c29445c290c39745 |
UHC | ?E?×E | 001111110100010100111111101000011011111101000101 | 3f453fa1bf45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)