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 | ×É}×É{^ | 11010111110010010111110111010111110010010111101101011110 | d7c97dd7c97b5e |
SJIS-WIN | ×?}×?{^ | 100000010111111000111111011111011000000101111110001111110111101101011110 | 817e3f7d817e3f7b5e |
EUC-JP | ×É}×É{^ | 10100001110111111000111110101010101100010111110110100001110111111000111110101010101100010111101101011110 | a1df8faab17da1df8faab17b5e |
UTF-8 | ×É}×É{^ | 1100001110010111110000111000100101111101110000111001011111000011100010010111101101011110 | c397c3897dc397c3897b5e |
UHC | ×?}×?{^ | 101000011011111100111111011111011010000110111111001111110111101101011110 | a1bf3f7da1bf3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)