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 | EO½G | 1001001001000101100100100100111110010001101111011001001001000111 | 9245924f91bd9247 |
SJIS-WIN | ?E?O???G | 0011111101000101001111110100111100111111001111110011111101000111 | 3f453f4f3f3f3f47 |
EUC-JP | ?E?O???G | 0011111101000101001111110100111100111111001111110011111101000111 | 3f453f4f3f3f3f47 |
UTF-8 | EO½G | 11000010100100100100010111000010100100100100111111000010100100011100001010111101110000101001001001000111 | c29245c2924fc291c2bdc29247 |
UHC | ?E?O?½?G | 001111110100010100111111010011110011111110101000111101100011111101000111 | 3f453f4f3fa8f63f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)