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 | ±÷^F | 110000101011000111000011101101110101111001000110 | c2b1c3b75e46 |
SJIS-WIN | ?±??^F | 00111111100000010111110100111111001111110101111001000110 | 3f817d3f3f5e46 |
EUC-JP | ±�^F | 1000111110101010101001001010000111011110100011111010101010101010001111110101111001000110 | 8faaa4a1de8faaaa3f5e46 |
UTF-8 | ±÷^F | 11000011100000101100001010110001110000111000001111000010101101110101111001000110 | c382c2b1c383c2b75e46 |
UHC | ?±?·^F | 0011111110100001101111100011111110100001101001000101111001000110 | 3fa1be3fa1a45e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)