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 | xm}xm{^ | 1000101001111000100011110110110101111101100010100111100010001111011011010111101101011110 | 8a788f6d7d8a788f6d7b5e |
SJIS-WIN | ?x?m}?x?m{^ | 0011111101111000001111110110110101111101001111110111100000111111011011010111101101011110 | 3f783f6d7d3f783f6d7b5e |
EUC-JP | ?x?m}?x?m{^ | 0011111101111000001111110110110101111101001111110111100000111111011011010111101101011110 | 3f783f6d7d3f783f6d7b5e |
UTF-8 | xm}xm{^ | 110000101000101001111000110000101000111101101101011111011100001010001010011110001100001010001111011011010111101101011110 | c28a78c28f6d7dc28a78c28f6d7b5e |
UHC | ?x?m}?x?m{^ | 0011111101111000001111110110110101111101001111110111100000111111011011010111101101011110 | 3f783f6d7d3f783f6d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)