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 | û»û»^ | 100101101111101110001010101110111001011011111011100010101011101101011110 | 96fb8abb96fb8abb5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ?û???û??^ | 00111111100011111010101111100101001111110011111100111111100011111010101111100101001111110011111101011110 | 3f8fabe53f3f3f8fabe53f3f5e |
UTF-8 | û»û»^ | 1100001010010110110000111011101111000010100010101100001010111011110000101001011011000011101110111100001010001010110000101011101101011110 | c296c3bbc28ac2bbc296c3bbc28ac2bb5e |
UHC | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)