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 | ñ÷ºë¡ô | 111100011111011110111010111010111010000111110100 | f1f7baeba1f4 |
SJIS-WIN | ?÷???? | 00111111100000011000000000111111001111110011111100111111 | 3f81803f3f3f3f |
EUC-JP | ñ÷ºë¡ô | 1000111110101011110100001010000111100000100011111010001011101011100011111010101110110011100011111010001011000010100011111010101111010100 | 8fabd0a1e08fa2eb8fabb38fa2c28fabd4 |
UTF-8 | ñ÷ºë¡ô | 110000111011000111000011101101111100001010111010110000111010101111000010101000011100001110110100 | c3b1c3b7c2bac3abc2a1c3b4 |
UHC | ?÷º?¡? | 001111111010000111000000101010001010110000111111101000101010111000111111 | 3fa1c0a8ac3fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)