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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螟泌、膿 | 11100101101001001001010011100101101001001001010001011110 | e5a494e5a4945e |
EUC-JP | 螟泌、膿 | 1110101010100110110010001110011110001110101001001100011110111111 | eaa6c8e78ea4c7bf |
UTF-8 | 螟泌、膿 | 111010001001111010011111111001101011001110001100111011111011110110100100111010001000011010111111 | e89e9fe6b38cefbda4e886bf |
UHC | 螟泌?膿 | 11011001101011011111100110110010001111111101001011011011 | d9adf9b23fd2db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)