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 | ã¶íAåN | 1110001110110110100011101110110110001111010000011110010101001110 | e3b68eed8f41e54e |
SJIS-WIN | ?¶???A?N | 001111111000000111110111001111110011111100111111010000010011111101001110 | 3f81f73f3f3f413f4e |
EUC-JP | ã¶?í?AåN | 100011111010101110101010101000101111100100111111100011111010101110111111001111110100000110001111101010111010100101001110 | 8fabaaa2f93f8fabbf3f418faba94e |
UTF-8 | ã¶íAåN | 1100001110100011110000101011011011000010100011101100001110101101110000101000111101000001110000111010010101001110 | c3a3c2b6c28ec3adc28f41c3a54e |
UHC | ?¶???A?N | 001111111010001011010010001111110011111100111111010000010011111101001110 | 3fa2d23f3f3f413f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)