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 | 霍問賊霍ォ螳 | 1110100010110111100101101110001010010001101011111110100010110111101010111110010110101110 | e8b796e291afe8b7abe5ae |
EUC-JP | 霍問賊霍ォ螳 | 111100001011100111001100111001001100001010110001111100001011100110001110101010111110101010110000 | f0b9cce4c2b1f0b98eabeab0 |
UTF-8 | 霍問賊霍ォ螳 | 111010011001110010001101111001011001010110001111111010001011001110001010111010011001110010001101111011111011110110101011111010001001111010110011 | e99c8de5958fe8b38ae99c8defbdabe89eb3 |
UHC | ?問賊??螳 | 001111111101100111111101111011101110010000111111001111111101001111011001 | 3fd9fdeee43f3fd3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)