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 | Ì®â÷ | 11001100101011101110001011110111 | ccaee2f7 |
SJIS-WIN | ???÷ | 0011111100111111001111111000000110000000 | 3f3f3f8180 |
EUC-JP | Ì®â÷ | 1000111110101010110000001000111110100010111011101000111110101011101001001010000111100000 | 8faac08fa2ee8faba4a1e0 |
UTF-8 | Ì®â÷ | 1100001110001100110000101010111011000011101000101100001110110111 | c38cc2aec3a2c3b7 |
UHC | ?®?÷ | 001111111010001011100111001111111010000111000000 | 3fa2e73fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)