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 | 豫???? | 100110001010110000111111001111110011111100111111 | 98ac3f3f3f3f |
EUC-JP | 豫???獒 | 1101000010101110001111110011111100111111100011111100101110111011 | d0ae3f3f3f8fcbbb |
UTF-8 | 豫귐덅쿈獒 | 111010001011000110101011111010101011011110010000111010111000110110000101111011001011111110001000111001111000110110010010 | e8b1abeab790eb8d85ecbf88e78d92 |
UHC | 豫귐덅쿈獒 | 11100111111000111011000111010001100010001110100010110010100111011110100010100011 | e7e3b1d188e8b29de8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)