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 | âNàÓâUàw^ | 111000100100111011100000110100111110001001010101111000000111011101011110 | e24ee0d3e255e0775e |
SJIS-WIN | ?N???U?w^ | 001111110100111000111111001111110011111101010101001111110111011101011110 | 3f4e3f3f3f553f775e |
EUC-JP | âNàÓâUàw^ | 10001111101010111010010001001110100011111010101110100010100011111010101011010001100011111010101110100100010101011000111110101011101000100111011101011110 | 8faba44e8faba28faad18faba4558faba2775e |
UTF-8 | âNàÓâUàw^ | 1100001110100010010011101100001110100000110000111001001111000011101000100101010111000011101000000111011101011110 | c3a24ec3a0c393c3a255c3a0775e |
UHC | ?N???U?w^ | 001111110100111000111111001111110011111101010101001111110111011101011110 | 3f4e3f3f3f553f775e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)