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 | ð÷ºë¡ô | 111100001111011110111010111010111010000111110100 | f0f7baeba1f4 |
SJIS-WIN | ?÷???? | 00111111100000011000000000111111001111110011111100111111 | 3f81803f3f3f3f |
EUC-JP | ð÷ºë¡ô | 1000111110101001110000111010000111100000100011111010001011101011100011111010101110110011100011111010001011000010100011111010101111010100 | 8fa9c3a1e08fa2eb8fabb38fa2c28fabd4 |
UTF-8 | ð÷ºë¡ô | 110000111011000011000011101101111100001010111010110000111010101111000010101000011100001110110100 | c3b0c3b7c2bac3abc2a1c3b4 |
UHC | ð÷º?¡? | 10101001101000111010000111000000101010001010110000111111101000101010111000111111 | a9a3a1c0a8ac3fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)