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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 糊憺糊憺^ | 100011001101000010011100111010011000110011010000100111001110100101011110 | 8cd09ce98cd09ce95e |
EUC-JP | 糊憺糊憺^ | 101110001101001011011000111010111011100011010010110110001110101101011110 | b8d2d8ebb8d2d8eb5e |
UTF-8 | 糊憺糊憺^ | 11100111101100111000101011100110100001101011101011100111101100111000101011100110100001101011101001011110 | e7b38ae686bae7b38ae686ba5e |
UHC | 糊憺糊憺^ | 111110111101010111010011101111001111101111010101110100111011110001011110 | fbd5d3bcfbd5d3bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)