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 | 謔滔ーォ谿 | 1110011010000010100111111110101110110000101010111110011010101110 | e6829febb0abe6ae |
EUC-JP | 謔滔ーォ谿 | 11101011111000101101111011101101100011101011000010001110101010111110110010110000 | ebe2deed8eb08eabecb0 |
UTF-8 | 謔滔ーォ谿 | 111010001010110010010100111001101011101110010100111011111011110110110000111011111011110110101011111010001011000010111111 | e8ac94e6bb94efbdb0efbdabe8b0bf |
UHC | 謔滔??谿 | 1111100111001100110101001010010100111111001111111100110110101100 | f9ccd4a53f3fcdac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)