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 | 驩呻スー豐 | 1110100110001001100110011110111110111101101100001110011010110010 | e98999efbdb0e6b2 |
EUC-JP | 驩呻スー豐 | 11110001111010011101001011110001100011101011110110001110101100001110110010110100 | f1e9d2f18ebd8eb0ecb4 |
UTF-8 | 驩呻スー豐 | 111010011010100110101001111001011001000110111011111011111011110110111101111011111011110110110000111010001011000110010000 | e9a9a9e591bbefbdbdefbdb0e8b190 |
UHC | 驩呻??? | 11111100101111101110001111100010001111110011111100111111 | fcbee3e23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)