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 | ???d | 00111111001111110011111101100100 | 3f3f3f64 |
SJIS-WIN | 狸揃孫d | 10010010010010111001000110110101100100011011011101100100 | 924b91b591b764 |
EUC-JP | 狸揃孫d | 11000011101011001100001010110111110000101011100101100100 | c3acc2b7c2b964 |
UTF-8 | 狸揃孫d | 11100111100010111011100011100110100011111000001111100101101011011010101101100100 | e78bb8e68f83e5adab64 |
UHC | 狸?孫d | 110101111110000100111111111000011101110101100100 | d7e13fe1dd64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)