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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 巡?盛E | 100011111000010000111111100100001011011101000101 | 8f843f90b745 |
EUC-JP | 巡?盛E | 101111011110010000111111110000001011100101000101 | bde43fc0b945 |
UTF-8 | 巡빞盛E | 11100101101101111010000111101011101110011001111011100111100110111001101101000101 | e5b7a1ebb99ee79b9b45 |
UHC | 巡빞盛E | 11100010110111101001010110111100111000001111110001000101 | e2de95bce0fc45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)