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 | ???J | 00111111001111110011111101001010 | 3f3f3f4a |
SJIS-WIN | 狸揃孫J | 10010010010010111001000110110101100100011011011101001010 | 924b91b591b74a |
EUC-JP | 狸揃孫J | 11000011101011001100001010110111110000101011100101001010 | c3acc2b7c2b94a |
UTF-8 | 狸揃孫J | 11100111100010111011100011100110100011111000001111100101101011011010101101001010 | e78bb8e68f83e5adab4a |
UHC | 狸?孫J | 110101111110000100111111111000011101110101001010 | d7e13fe1dd4a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)