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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 衣?繆^ | 100010001101111100111111111000110111100001011110 | 88df3fe3785e |
EUC-JP | 衣?繆^ | 101100001110000100111111111001011101100101011110 | b0e13fe5d95e |
UTF-8 | 衣잭繆^ | 11101000101000011010001111101100100111101010110111100111101110011000011001011110 | e8a1a3ec9eade7b9865e |
UHC | 衣잭繆^ | 11101011111111011100000011101000110110011111000001011110 | ebfdc0e8d9f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)