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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 煜h煜 | 111110110101010111110000111110101111000110111101011010001111101101010101 | fb55f0faf1bd68fb55 |
EUC-JP | 煜??h煜 | 100011111100100111111100001111110011111101101000100011111100100111111100 | 8fc9fc3f3f688fc9fc |
UTF-8 | 煜h煜 | 11100111100001011001110011101110100000101011100111101110100001001011100001101000111001111000010110011100 | e7859cee82b9ee84b868e7859c |
UHC | 煜??h煜 | 11101001111100100011111100111111011010001110100111110010 | e9f23f3f68e9f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)