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 | ???U?? | 001111110011111100111111010101010011111100111111 | 3f3f3f553f3f |
SJIS-WIN | 叩袖叩U脱尊 | 1001001001000000100100011011001110010010010000000101010110010010010001011001000110111000 | 924091b3924055924591b8 |
EUC-JP | 叩袖叩U脱尊 | 1100001110100001110000101011010111000011101000010101010111000011101001101100001010111010 | c3a1c2b5c3a155c3a6c2ba |
UTF-8 | 叩袖叩U脱尊 | 11100101100011111010100111101000101000101001011011100101100011111010100101010101111010001000010010110001111001011011000010001010 | e58fa9e8a296e58fa955e884b1e5b08a |
UHC | 叩袖叩U?尊 | 11001101101100001110001011000000110011011011000001010101001111111111000011101110 | cdb0e2c0cdb0553ff0ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)