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 | 石銑?石 | 10010000110011101001000101001100001111111001000011001110 | 90ce914c3f90ce |
EUC-JP | 石銑瑄石 | 110000001101000011000001101011011000111111001100101110011100000011010000 | c0d0c1ad8fccb9c0d0 |
UTF-8 | 石銑瑄石 | 111001111001111110110011111010011000101010010001111001111001000110000100111001111001111110110011 | e79fb3e98a91e79184e79fb3 |
UHC | 石銑瑄石 | 1110000010110100111000001101010111100000110001011110000010110100 | e0b4e0d5e0c5e0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)