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 | 洩袖褻 | 100010010110101110010001101100111110010111110110 | 896b91b3e5f6 |
EUC-JP | 洩袖褻 | 101100011100110011000010101101011110101011111000 | b1ccc2b5eaf8 |
UTF-8 | 洩袖褻 | 111001101011010010101001111010001010001010010110111010001010010010111011 | e6b4a9e8a296e8a4bb |
UHC | 洩袖褻 | 111000001101110111100010110000001110000011100001 | e0dde2c0e0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)