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¹Ej³ | 1001001001000101100100100100111110010001101110011001001001000101011010101001000110110011 | 9245924f91b992456a91b3 |
SJIS-WIN | ?E?O???Ej?? | 0011111101000101001111110100111100111111001111110011111101000101011010100011111100111111 | 3f453f4f3f3f3f456a3f3f |
EUC-JP | ?E?O???Ej?? | 0011111101000101001111110100111100111111001111110011111101000101011010100011111100111111 | 3f453f4f3f3f3f456a3f3f |
UTF-8 | EO¹Ej³ | 110000101001001001000101110000101001001001001111110000101001000111000010101110011100001010010010010001010110101011000010100100011100001010110011 | c29245c2924fc291c2b9c292456ac291c2b3 |
UHC | ?E?O?¹?Ej?³ | 00111111010001010011111101001111001111111010100111110110001111110100010101101010001111111010100111111000 | 3f453f4f3fa9f63f456a3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)