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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬢俾サ躯汗螳 | 1110100110100100100110001110101010111011100010111110101110001010101111101110010110101110 | e9a498eabb8beb8abee5ae |
EUC-JP | 鬢俾サ躯汗螳 | 111100101010011011010000111011001000111010111011101101101110110110110100110000001110101010110000 | f2a6d0ec8ebbb6edb4c0eab0 |
UTF-8 | 鬢俾サ躯汗螳 | 111010011010110010100010111001001011111110111110111011111011110110111011111010001011101010101111111001101011000110010111111010001001111010110011 | e9aca2e4bfbeefbdbbe8baafe6b197e89eb3 |
UHC | ????汗螳 | 0011111100111111001111110011111111111001110100101101001111011001 | 3f3f3f3ff9d2d3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)