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 | à±Þé^ | 1110000010110001110111101110100101011110 | e0b1dee95e |
SJIS-WIN | ?±??^ | 001111111000000101111101001111110011111101011110 | 3f817d3f3f5e |
EUC-JP | à±Þé^ | 100011111010101110100010101000011101111010001111101010011011000010001111101010111011000101011110 | 8faba2a1de8fa9b08fabb15e |
UTF-8 | à±Þé^ | 110000111010000011000010101100011100001110011110110000111010100101011110 | c3a0c2b1c39ec3a95e |
UHC | ?±Þ?^ | 00111111101000011011111010101000101011010011111101011110 | 3fa1bea8ad3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)