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 | 短側湛達 | 1001001001011010100100011010010010010010010110001001001001000010 | 925a91a492589242 |
EUC-JP | 短側湛達 | 1100001110111011110000101010011011000011101110011100001110100011 | c3bbc2a6c3b9c3a3 |
UTF-8 | 短側湛達 | 111001111001111110101101111001011000000110110100111001101011100110011011111010011000000110010100 | e79fade581b4e6b99be98194 |
UHC | 短側湛達 | 1101001110101101111101101011000011010011110000001101001110111001 | d3adf6b0d3c0d3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)