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 | 001111111001101101110001100111111010111101000101 | 3f9b719faf45 |
EUC-JP | ?孀浣E | 001111111101010111010010110111101011000101000101 | 3fd5d2deb145 |
UTF-8 | 뻏孀浣E | 11101011101110111000111111100101101011011000000011100110101101011010001101000101 | ebbb8fe5ad80e6b5a345 |
UHC | 뻏孀浣E | 10010110010110001101111111000101111010001100101101000101 | 9658dfc5e8cb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)