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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 맦띂띂}맦띂띂{^ | 111010111010011110100110111010111001110110000010111010111001110110000010011111011110101110100111101001101110101110011101100000101110101110011101100000100111101101011110 | eba7a6eb9d82eb9d827deba7a6eb9d82eb9d827b5e |
UHC | 맦띂띂}맦띂띂{^ | 100100001010111110001101101111011000110110111101011111011001000010101111100011011011110110001101101111010111101101011110 | 90af8dbd8dbd7d90af8dbd8dbd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)