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 | 豐サ﨟「蠑 | 1110011010110010101110111111101110011101101000101110010110111100 | e6b2bbfb9da2e5bc |
EUC-JP | 豐サ?「蠑 | 111011001011010010001110101110110011111110001110101000101110101010111110 | ecb48ebb3f8ea2eabe |
UTF-8 | 豐サ﨟「蠑 | 111010001011000110010000111011111011110110111011111011111010100010011111111011111011110110100010111010001010000010010001 | e8b190efbdbbefa89fefbda2e8a091 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)