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 | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | 鞋?W}鞋?W{^ | 1110100011011100001111110101011101111101111010001101110000111111010101110111101101011110 | e8dc3f577de8dc3f577b5e |
EUC-JP | 鞋?W}鞋?W{^ | 1111000011011110001111110101011101111101111100001101111000111111010101110111101101011110 | f0de3f577df0de3f577b5e |
UTF-8 | 鞋뾫W}鞋뾫W{^ | 1110100110011110100010111110101110111110101010110101011101111101111010011001111010001011111010111011111010101011010101110111101101011110 | e99e8bebbeab577de99e8bebbeab577b5e |
UHC | 鞋뾫W}鞋뾫W{^ | 11111011101110011001011101101110010101110111110111111011101110011001011101101110010101110111101101011110 | fbb9976e577dfbb9976e577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)