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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 奚椢頽樅^ | 100110101111011010011110100110101110100011110110100111101110000001011110 | 9af69e9ae8f69ee05e |
EUC-JP | 奚椢頽樅^ | 110101001111100011011011111110101111000011111000110111001110001001011110 | d4f8dbfaf0f8dce25e |
UTF-8 | 奚椢頽樅^ | 11100101101001011001101011100110101001001010001011101001101000001011110111100110101010001000010101011110 | e5a59ae6a4a2e9a0bde6a8855e |
UHC | 奚???^ | 111110101010100000111111001111110011111101011110 | faa83f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)