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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羞我嵯郤 | 1110001110110101100010011110010010001101101101011110011110111010 | e3b589e48db5e7ba |
EUC-JP | 羞我嵯郤 | 1110011010110111101100101110011010111010101101111110111010111100 | e6b7b2e6bab7eebc |
UTF-8 | 羞我嵯郤 | 111001111011111010011110111001101000100010010001111001011011010110101111111010011000001110100100 | e7be9ee68891e5b5afe983a4 |
UHC | 羞我嵯? | 11100010101110101110010010110010111100111010101100111111 | e2bae4b2f3ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)