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 | æýï¾ | 1110011011111101100011011110111110111110 | e6fd8defbe |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | æý?ï? | 1000111110101001110000011000111110101011111100100011111110001111101010111100000100111111 | 8fa9c18fabf23f8fabc13f |
UTF-8 | æýï¾ | 11000011101001101100001110111101110000101000110111000011101011111100001010111110 | c3a6c3bdc28dc3afc2be |
UHC | æ???¾ | 10101001101000010011111100111111001111111010100011111010 | a9a13f3f3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)