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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 洩足褻 | 100010010110101110010001101010111110010111110110 | 896b91abe5f6 |
EUC-JP | 洩足褻 | 101100011100110011000010101011011110101011111000 | b1ccc2adeaf8 |
UTF-8 | 洩足褻 | 111001101011010010101001111010001011011010110011111010001010010010111011 | e6b4a9e8b6b3e8a4bb |
UHC | 洩足褻 | 111000001101110111110000111010111110000011100001 | e0ddf0ebe0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)