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 | 鞣ょィッ褂 | 1110100011100010100000101110010110101000101011111110010111100110 | e8e282e5a8afe5e6 |
EUC-JP | 鞣ょィッ褂 | 11110000111001001010010011100111100011101010100010001110101011111110101011101000 | f0e4a4e78ea88eafeae8 |
UTF-8 | 鞣ょィッ褂 | 111010011001111010100011111000111000001010000111111011111011110110101000111011111011110110101111111010001010010010000010 | e99ea3e38287efbda8efbdafe8a482 |
UHC | ?ょ??? | 001111111010101011100111001111110011111100111111 | 3faae73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)