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{^ | 10001111111010011111101001010110010101110111110110001111111010011111101001010110010101110111101101011110 | 8fe9fa56577d8fe9fa56577b5e |
EUC-JP | 城?W}城?W{^ | 1011111011101011001111110101011101111101101111101110101100111111010101110111101101011110 | beeb3f577dbeeb3f577b5e |
UTF-8 | 城'W}城'W{^ | 1110010110011111100011101110111110111100100001110101011101111101111001011001111110001110111011111011110010000111010101110111101101011110 | e59f8eefbc87577de59f8eefbc87577b5e |
UHC | 城'W}城'W{^ | 11100000111100101010001110100111010101110111110111100000111100101010001110100111010101110111101101011110 | e0f2a3a7577de0f2a3a7577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)