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 | 写丈テ邪粨 | 100011101100101010001111111001001100001110001110110101111110001011101000 | 8eca8fe4c38ed7e2e8 |
EUC-JP | 写丈テ邪粨 | 10111100110011001011111011100110100011101100001110111100110110011110010011101010 | bcccbee68ec3bcd9e4ea |
UTF-8 | 写丈テ邪粨 | 111001011000011010011001111001001011100010001000111011111011111010000011111010011000001010101010111001111011001010101000 | e58699e4b888efbe83e982aae7b2a8 |
UHC | ?丈?邪? | 00111111111011011101101100111111110111101111011100111111 | 3feddb3fdef73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)