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 | 蟀∬ウ「蒟 | 1110010110101001100000011110100010110011101000101110010011100101 | e5a981e8b3a2e4e5 |
EUC-JP | 蟀∬ウ「蒟 | 11101010101010111010001011101010100011101011001110001110101000101110100011100111 | eaaba2ea8eb38ea2e8e7 |
UTF-8 | 蟀∬ウ「蒟 | 111010001001111110000000111000101000100010101100111011111011110110110011111011111011110110100010111010001001001010011111 | e89f80e288acefbdb3efbda2e8929f |
UHC | ?∬??? | 001111111010000111110011001111110011111100111111 | 3fa1f33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)