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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豫ヨ?豫 | 10011000101011001000001110001000001111111001100010101100 | 98ac83883f98ac |
EUC-JP | 豫ヨ?豫 | 11010000101011101010010111101000001111111101000010101110 | d0aea5e83fd0ae |
UTF-8 | 豫ヨ겘豫 | 111010001011000110101011111000111000001110101000111010101011001010011000111010001011000110101011 | e8b1abe383a8eab298e8b1ab |
UHC | 豫ヨ겘豫 | 1110011111100011101010111110100010000001101011111110011111100011 | e7e3abe881afe7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)