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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ????誇^ | 00111111001111110011111100111111100011001101011001011110 | 3f3f3f3f8cd65e |
EUC-JP | ????誇^ | 00111111001111110011111100111111101110001101100001011110 | 3f3f3f3fb8d85e |
UTF-8 | 롁뤁퍗혓誇^ | 11101011101000011000000111101011101001001000000111101101100011011001011111101101100110001001001111101000101010101000011101011110 | eba181eba481ed8d97ed9893e8aa875e |
UHC | 롁뤁퍗혓誇^ | 1000111011001000100011111011001010111011100011101100011111111010110011101010001101011110 | 8ec88fb2bb8ec7facea35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)