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[´N | 1001001001000101100100100101101110010001101101001001001001001110 | 9245925b91b4924e |
SJIS-WIN | ?E?[?´?N | 001111110100010100111111010110110011111110000001010011000011111101001110 | 3f453f5b3f814c3f4e |
EUC-JP | ?E?[?´?N | 001111110100010100111111010110110011111110100001101011010011111101001110 | 3f453f5b3fa1ad3f4e |
UTF-8 | E[´N | 11000010100100100100010111000010100100100101101111000010100100011100001010110100110000101001001001001110 | c29245c2925bc291c2b4c2924e |
UHC | ?E?[?´?N | 001111110100010100111111010110110011111110100010101001010011111101001110 | 3f453f5b3fa2a53f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)