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 | ???屆誇^ | 0011111100111111001111111001101110011100100011001101011001011110 | 3f3f3f9b9c8cd65e |
EUC-JP | ???屆誇^ | 0011111100111111001111111101010111111100101110001101100001011110 | 3f3f3fd5fcb8d85e |
UTF-8 | 롇뤁퍗屆誇^ | 11101011101000011000011111101011101001001000000111101101100011011001011111100101101100011000011011101000101010101000011101011110 | eba187eba481ed8d97e5b186e8aa875e |
UHC | 롇뤁퍗屆誇^ | 1000111011001101100011111011001010111011100011101100110011111010110011101010001101011110 | 8ecd8fb2bb8eccfacea35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)