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 | Ñý¹ | 110100011111110110111001 | d1fdb9 |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | Ñý? | 10001111101010101101000010001111101010111111001000111111 | 8faad08fabf23f |
UTF-8 | Ñý¹ | 110000111001000111000011101111011100001010111001 | c391c3bdc2b9 |
UHC | ??¹ | 00111111001111111010100111110110 | 3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)