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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 逵、魘キ\ | 1110011110011100101001001110100110110100100000110100110001011100 | e79ca4e9b4834c5c |
EUC-JP | 逵、魘キ\ | 111011011111110010001110101001001111001010110110101001011010110101011100 | edfc8ea4f2b6a5ad5c |
UTF-8 | 逵、魘キ\ | 11101001100000001011010111101111101111011010010011101001101011011001100011100011100000101010110101011100 | e980b5efbda4e9ad98e382ad5c |
UHC | 逵??キ\ | 11010000101100000011111100111111101010111010110101011100 | d0b03f3fabad5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)