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{^ | 1000100011011000001111110101011101111101100010001101100000111111010101110111101101011110 | 88d83f577d88d83f577b5e |
EUC-JP | 畏?W}畏?W{^ | 1011000011011010001111110101011101111101101100001101101000111111010101110111101101011110 | b0da3f577db0da3f577b5e |
UTF-8 | 畏렧W}畏렧W{^ | 1110011110010101100011111110101110100000101001110101011101111101111001111001010110001111111010111010000010100111010101110111101101011110 | e7958feba0a7577de7958feba0a7577b5e |
UHC | 畏렧W}畏렧W{^ | 11101000111001101000111010110110010101110111110111101000111001101000111010110110010101110111101101011110 | e8e68eb6577de8e68eb6577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)