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 | ûI§û[ | 111110110100100110001110101001111111101101011011 | fb498ea7fb5b |
SJIS-WIN | ?I?§?[ | 00111111010010010011111110000001100110000011111101011011 | 3f493f81983f5b |
EUC-JP | ûI?§û[ | 1000111110101011111001010100100100111111101000011111100010001111101010111110010101011011 | 8fabe5493fa1f88fabe55b |
UTF-8 | ûI§û[ | 11000011101110110100100111000010100011101100001010100111110000111011101101011011 | c3bb49c28ec2a7c3bb5b |
UHC | ?I?§?[ | 00111111010010010011111110100001110101110011111101011011 | 3f493fa1d73f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)