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 | Îî¥ï¦¹ | 110011101110111010100101111011111010011010111001 | ceeea5efa6b9 |
SJIS-WIN | ??¥??? | 00111111001111111000000110001111001111110011111100111111 | 3f3f818f3f3f3f |
EUC-JP | Îî?ï¦? | 1000111110101010110000101000111110101011110000100011111110001111101010111100000110001111101000101100001100111111 | 8faac28fabc23f8fabc18fa2c33f |
UTF-8 | Îî¥ï¦¹ | 110000111000111011000011101011101100001010100101110000111010111111000010101001101100001010111001 | c38ec3aec2a5c3afc2a6c2b9 |
UHC | ?????¹ | 00111111001111110011111100111111001111111010100111110110 | 3f3f3f3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)