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 | 襍カ莉九℃ | 111010001011010110110110111001001011101110001011111000111000000110001110 | e8b5b6e4bb8be3818e |
EUC-JP | 襍カ莉九℃ | 11110000101101111000111010110110111010001011110110110110111001011010000111101110 | f0b78eb6e8bdb6e5a1ee |
UTF-8 | 襍カ莉九℃ | 111010001010010110001101111011111011110110110110111010001000111010001001111001001011100110011101111000101000010010000011 | e8a58defbdb6e88e89e4b99de28483 |
UHC | ??莉九℃ | 0011111100111111110101111110100111001110111110101010000111001001 | 3f3fd7e9cefaa1c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)