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 | 薔画僑鐔 | 1110010101001011100010011110011010001011101000011110100001011100 | e54b89e68ba1e85c |
EUC-JP | 薔画僑鐔 | 1110100110101100101100101110100010110110101000111110111110111101 | e9acb2e8b6a3efbd |
UTF-8 | 薔画僑鐔 | 111010001001011010010100111001111001010010111011111001011000001110010001111010011001000010010100 | e89694e794bbe58391e99094 |
UHC | 薔?僑? | 111011011111100100111111110011101110000000111111 | edf93fcee03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)