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 | 園絅?甲 | 10001001100000001110001101000100001111111000110101100010 | 8980e3443f8d62 |
EUC-JP | 園絅?甲 | 10110001111000001110010110100101001111111011100111000011 | b1e0e5a53fb9c3 |
UTF-8 | 園絅렗甲 | 111001011001110010010010111001111011010110000101111010111010000010010111111001111001010010110010 | e59c92e7b585eba097e794b2 |
UHC | 園絅렗甲 | 1110101010101110110011001110011110001110101011001100101110100011 | eaaecce78eaccba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)