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 | 襄丞ウオ磑 | 1110010111110101100011111110010110110011101101011110000111110100 | e5f58fe5b3b5e1f4 |
EUC-JP | 襄丞ウオ磑 | 11101010111101111011111011100111100011101011001110001110101101011110001011110110 | eaf7bee78eb38eb5e2f6 |
UTF-8 | 襄丞ウオ磑 | 111010001010010110000100111001001011100010011110111011111011110110110011111011111011110110110101111001111010001110010001 | e8a584e4b89eefbdb3efbdb5e7a391 |
UHC | 襄丞??? | 11100101110100011110001110101010001111110011111100111111 | e5d1e3aa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)