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 | ??M}??M{^ | 001111110011111101001101011111010011111100111111010011010111101101011110 | 3f3f4d7d3f3f4d7b5e |
SJIS-WIN | 蓖ゥM}蓖ゥM{^ | 1110010011101101101010010100110101111101111001001110110110101001010011010111101101011110 | e4eda94d7de4eda94d7b5e |
EUC-JP | 蓖ゥM}蓖ゥM{^ | 11101000111011111000111010101001010011010111110111101000111011111000111010101001010011010111101101011110 | e8ef8ea94d7de8ef8ea94d7b5e |
UTF-8 | 蓖ゥM}蓖ゥM{^ | 1110100010010011100101101110111110111101101010010100110101111101111010001001001110010110111011111011110110101001010011010111101101011110 | e89396efbda94d7de89396efbda94d7b5e |
UHC | ??M}??M{^ | 001111110011111101001101011111010011111100111111010011010111101101011110 | 3f3f4d7d3f3f4d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)