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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 魍亥擱邯夊エ | 1110100110110001100010001110010110011101101001101110011110110110100110101110100010110100 | e9b188e59da6e7b69ae8b4 |
EUC-JP | 魍亥擱邯夊エ | 111100101011001110110000111001111101101010101000111011101011100011010100111010101000111010110100 | f2b3b0e7daa8eeb8d4ea8eb4 |
UTF-8 | 魍亥擱邯夊エ | 111010011010110110001101111001001011101010100101111001101001001110110001111010011000001010101111111001011010010010001010111011111011110110110100 | e9ad8de4baa5e693b1e982afe5a48aefbdb4 |
UHC | ?亥?邯?? | 0011111111111010101001000011111111001010111110110011111100111111 | 3ffaa43fcafb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)