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 | ý¤Í£ | 11111101101001001100110110100011 | fda4cda3 |
SJIS-WIN | ???£ | 0011111100111111001111111000000110010010 | 3f3f3f8192 |
EUC-JP | ý¤Í£ | 1000111110101011111100101000111110100010111100001000111110101010101111111010000111110010 | 8fabf28fa2f08faabfa1f2 |
UTF-8 | ý¤Í£ | 1100001110111101110000101010010011000011100011011100001010100011 | c3bdc2a4c38dc2a3 |
UHC | ?¤?? | 0011111110100010101101000011111100111111 | 3fa2b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)