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 | ì÷¹ | 111011001111011110111001 | ecf7b9 |
SJIS-WIN | ?÷? | 00111111100000011000000000111111 | 3f81803f |
EUC-JP | ì÷? | 100011111010101111000000101000011110000000111111 | 8fabc0a1e03f |
UTF-8 | ì÷¹ | 110000111010110011000011101101111100001010111001 | c3acc3b7c2b9 |
UHC | ?÷¹ | 0011111110100001110000001010100111110110 | 3fa1c0a9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)