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{^ | 00111111010011010111110100111111010011010111101101011110 | 3f4d7d3f4d7b5e |
SJIS-WIN | 鴉M}鴉M{^ | 111010011110101101001101011111011110100111101011010011010111101101011110 | e9eb4d7de9eb4d7b5e |
EUC-JP | 鴉M}鴉M{^ | 111100101110110101001101011111011111001011101101010011010111101101011110 | f2ed4d7df2ed4d7b5e |
UTF-8 | 鴉M}鴉M{^ | 1110100110110100100010010100110101111101111010011011010010001001010011010111101101011110 | e9b4894d7de9b4894d7b5e |
UHC | 鴉M}鴉M{^ | 111001001011110001001101011111011110010010111100010011010111101101011110 | e4bc4d7de4bc4d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)