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 | ±ñÂûP | 1011000111110001110000101111101101010000 | b1f1c2fb50 |
SJIS-WIN | ±???P | 100000010111110100111111001111110011111101010000 | 817d3f3f3f50 |
EUC-JP | ±ñÂûP | 101000011101111010001111101010111101000010001111101010101010010010001111101010111110010101010000 | a1de8fabd08faaa48fabe550 |
UTF-8 | ±ñÂûP | 110000101011000111000011101100011100001110000010110000111011101101010000 | c2b1c3b1c382c3bb50 |
UHC | ±???P | 101000011011111000111111001111110011111101010000 | a1be3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)