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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 琮?愿?調 | 1111101101101010001111111001110011000011001111111001001010110010 | fb6a3f9cc33f92b2 |
EUC-JP | 琮?愿?調 | 100011111100110010110010001111111101100011000101001111111100010010110100 | 8fccb23fd8c53fc4b4 |
UTF-8 | 琮렩愿렔調 | 111001111001000010101110111010111010000010101001111001101000010010111111111010111010000010010100111010001010101010111111 | e790aeeba0a9e684bfeba094e8aabf |
UHC | 琮렩愿렔調 | 11110000111110011000111010110111111010101011010010001110101010011111000011100000 | f0f98eb7eab48ea9f0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)