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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 意ユ?E | 100010001101001110000011100001100011111101000101 | 88d383863f45 |
EUC-JP | 意ユ?E | 101100001101010110100101111001100011111101000101 | b0d5a5e63f45 |
UTF-8 | 意ユ쮥E | 11100110100001001000111111100011100000111010011011101100101011101010010101000101 | e6848fe383a6ecaea545 |
UHC | 意ユ쮥E | 11101011111100101010101111100110101010001000001001000101 | ebf2abe6a88245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)