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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 園拒園居^ | 100010011000000010001011100100011000100110000000100010111000111101011110 | 89808b9189808b8f5e |
EUC-JP | 園拒園居^ | 101100011110000010110101111100011011000111100000101101011110111101011110 | b1e0b5f1b1e0b5ef5e |
UTF-8 | 園拒園居^ | 11100101100111001001001011100110100010111001001011100101100111001001001011100101101100011000010101011110 | e59c92e68b92e59c92e5b1855e |
UHC | 園拒園居^ | 111010101010111011001011110111101110101010101110110010111101110001011110 | eaaecbdeeaaecbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)