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 | ??c[??c[^ | 001111110011111101100011010110110011111100111111011000110101101101011110 | 3f3f635b3f3f635b5e |
SJIS-WIN | 煜?c[煜?c[^ | 1111101101010101001111110110001101011011111110110101010100111111011000110101101101011110 | fb553f635bfb553f635b5e |
EUC-JP | 煜?c[煜?c[^ | 10001111110010011111110000111111011000110101101110001111110010011111110000111111011000110101101101011110 | 8fc9fc3f635b8fc9fc3f635b5e |
UTF-8 | 煜렎c[煜렎c[^ | 1110011110000101100111001110101110100000100011100110001101011011111001111000010110011100111010111010000010001110011000110101101101011110 | e7859ceba08e635be7859ceba08e635b5e |
UHC | 煜렎c[煜렎c[^ | 11101001111100101000111010100100011000110101101111101001111100101000111010100100011000110101101101011110 | e9f28ea4635be9f28ea4635b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)