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 | ñû¶í¯¼ | 1111000111111011101101101110110110001110101011111000111010111100 | f1fbb6ed8eaf8ebc |
SJIS-WIN | ??¶????? | 001111110011111110000001111101110011111100111111001111110011111100111111 | 3f3f81f73f3f3f3f3f |
EUC-JP | ñû¶í?¯?? | 1000111110101011110100001000111110101011111001011010001011111001100011111010101110111111001111111000111110100010101101000011111100111111 | 8fabd08fabe5a2f98fabbf3f8fa2b43f3f |
UTF-8 | ñû¶í¯¼ | 11000011101100011100001110111011110000101011011011000011101011011100001010001110110000101010111111000010100011101100001010111100 | c3b1c3bbc2b6c3adc28ec2afc28ec2bc |
UHC | ??¶????¼ | 00111111001111111010001011010010001111110011111100111111001111111010100011111001 | 3f3fa2d23f3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)