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 | 矼ー霎樒、 | 1110000111100011101100001110100010111110100111101110011110100100 | e1e3b0e8be9ee7a4 |
EUC-JP | 矼ー霎樒、 | 11100010111001011000111010110000111100001100000011011100111010011000111010100100 | e2e58eb0f0c0dce98ea4 |
UTF-8 | 矼ー霎樒、 | 111001111001111110111100111011111011110110110000111010011001110010001110111001101010100010010010111011111011110110100100 | e79fbcefbdb0e99c8ee6a892efbda4 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)