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 | 隴悟ャ「霑 | 1110100010101101100011001110010110101100101000101110100010111111 | e8ad8ce5aca2e8bf |
EUC-JP | 隴悟ャ「霑 | 11110000101011111011100011100111100011101010110010001110101000101111000011000001 | f0afb8e78eac8ea2f0c1 |
UTF-8 | 隴悟ャ「霑 | 111010011001101010110100111001101000001010011111111011111011110110101100111011111011110110100010111010011001110010010001 | e99ab4e6829fefbdacefbda2e99c91 |
UHC | ?悟??霑 | 00111111111001111111011000111111001111111110111111000101 | 3fe7f63f3fefc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)