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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巡?6沆 | 10001111100001000011111110000010010101011111101011110111 | 8f843f8255faf7 |
EUC-JP | 巡?6沆 | 1011110111100100001111111010001110110110100011111100011011101010 | bde43fa3b68fc6ea |
UTF-8 | 巡볥6沆 | 111001011011011110100001111010111011001110100101111011111011110010010110111001101011001010000110 | e5b7a1ebb3a5efbc96e6b286 |
UHC | 巡볥6沆 | 1110001011011110100100111110101110100011101101101111100111111010 | e2de93eba3b6f9fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)