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 | 驩撰スォ雎 | 1110100110001001100100001110111110111101101010111110100010110001 | e98990efbdabe8b1 |
EUC-JP | 驩撰スォ雎 | 11110001111010011100000011110001100011101011110110001110101010111111000010110011 | f1e9c0f18ebd8eabf0b3 |
UTF-8 | 驩撰スォ雎 | 111010011010100110101001111001101001001010110000111011111011110110111101111011111011110110101011111010011001101110001110 | e9a9a9e692b0efbdbdefbdabe99b8e |
UHC | 驩撰??雎 | 1111110010111110111100111011110000111111001111111110111011010001 | fcbef3bc3f3feed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)