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 | 褸拒褸居^ | 111001011111100010001011100100011110010111111000100010111000111101011110 | e5f88b91e5f88b8f5e |
EUC-JP | 褸拒褸居^ | 111010101111101010110101111100011110101011111010101101011110111101011110 | eafab5f1eafab5ef5e |
UTF-8 | 褸拒褸居^ | 11101000101001001011100011100110100010111001001011101000101001001011100011100101101100011000010101011110 | e8a4b8e68b92e8a4b8e5b1855e |
UHC | 褸拒褸居^ | 110101111010111011001011110111101101011110101110110010111101110001011110 | d7aecbded7aecbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)