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 | ±Ã] | 1100001010110001110000111010110101011101 | c2b1c3ad5d |
SJIS-WIN | ?±??] | 001111111000000101111101001111110011111101011101 | 3f817d3f3f5d |
EUC-JP | ±�] | 10001111101010101010010010100001110111101000111110101010101010100011111101011101 | 8faaa4a1de8faaaa3f5d |
UTF-8 | ±Ã] | 110000111000001011000010101100011100001110000011110000101010110101011101 | c382c2b1c383c2ad5d |
UHC | ?±?] | 00111111101000011011111000111111101000011010100101011101 | 3fa1be3fa1a95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)