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 | 1001001001000101100100100101110110010001101011101001001001001110 | 9245925d91ae924e |
SJIS-WIN | ?E?]???N | 0011111101000101001111110101110100111111001111110011111101001110 | 3f453f5d3f3f3f4e |
EUC-JP | ?E?]?®?N | 00111111010001010011111101011101001111111000111110100010111011100011111101001110 | 3f453f5d3f8fa2ee3f4e |
UTF-8 | E]®N | 11000010100100100100010111000010100100100101110111000010100100011100001010101110110000101001001001001110 | c29245c2925dc291c2aec2924e |
UHC | ?E?]?®?N | 001111110100010100111111010111010011111110100010111001110011111101001110 | 3f453f5d3fa2e73f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)