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 | 蜈カ邯哥 | 11100101100001011011011011100111101101101001101001000110 | e585b6e7b69a46 |
EUC-JP | 蜈カ邯哥 | 1110100111100101100011101011011011101110101110001101001110100111 | e9e58eb6eeb8d3a7 |
UTF-8 | 蜈カ邯哥 | 111010001001110010001000111011111011110110110110111010011000001010101111111001011001001110100101 | e89c88efbdb6e982afe593a5 |
UHC | 蜈?邯哥 | 11101000101001010011111111001010111110111100101010101000 | e8a53fcafbcaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)