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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 痳}痳{^ | 11100001100001010111110111100001100001010111101101011110 | e1857de1857b5e |
EUC-JP | 痳}痳{^ | 11100001111001010111110111100001111001010111101101011110 | e1e57de1e57b5e |
UTF-8 | 痳}痳{^ | 111001111001011110110011011111011110011110010111101100110111101101011110 | e797b37de797b37b5e |
UHC | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)