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 | ñù×¾H | 1111000111111001110101111011111001001000 | f1f9d7be48 |
SJIS-WIN | ??×?H | 001111110011111110000001011111100011111101001000 | 3f3f817e3f48 |
EUC-JP | ñù×?H | 10001111101010111101000010001111101010111110001110100001110111110011111101001000 | 8fabd08fabe3a1df3f48 |
UTF-8 | ñù×¾H | 110000111011000111000011101110011100001110010111110000101011111001001000 | c3b1c3b9c397c2be48 |
UHC | ??×¾H | 00111111001111111010000110111111101010001111101001001000 | 3f3fa1bfa8fa48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)