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{^ | 00111111011011010111110100111111011011010111101101011110 | 3f6d7d3f6d7b5e |
SJIS-WIN | 畆m}畆m{^ | 111000010101101101101101011111011110000101011011011011010111101101011110 | e15b6d7de15b6d7b5e |
EUC-JP | 畆m}畆m{^ | 111000011011110001101101011111011110000110111100011011010111101101011110 | e1bc6d7de1bc6d7b5e |
UTF-8 | 畆m}畆m{^ | 1110011110010101100001100110110101111101111001111001010110000110011011010111101101011110 | e795866d7de795866d7b5e |
UHC | ?m}?m{^ | 00111111011011010111110100111111011011010111101101011110 | 3f6d7d3f6d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)