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 | ?℡┼魚 | 00111111100001111000010010000100101010011000101110011011 | 3f878484a98b9b |
EUC-JP | 荑?┼魚 | 1000111111010111111110010011111110101000101010111011010111111011 | 8fd7f93fa8abb5fb |
UTF-8 | 荑℡┼魚 | 111010001000110110010001111000101000010010100001111000101001010010111100111010011010110110011010 | e88d91e284a1e294bce9ad9a |
UHC | 荑℡┼魚 | 1110110010111111101000101110010110100110101010111110010111100000 | ecbfa2e5a6abe5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)