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 | Ó£áÞc^ | 110100111010001111100001110111100110001101011110 | d3a3e1de635e |
SJIS-WIN | ?£??c^ | 00111111100000011001001000111111001111110110001101011110 | 3f81923f3f635e |
EUC-JP | Ó£áÞc^ | 10001111101010101101000110100001111100101000111110101011101000011000111110101001101100000110001101011110 | 8faad1a1f28faba18fa9b0635e |
UTF-8 | Ó£áÞc^ | 11000011100100111100001010100011110000111010000111000011100111100110001101011110 | c393c2a3c3a1c39e635e |
UHC | ???Þc^ | 00111111001111110011111110101000101011010110001101011110 | 3f3f3fa8ad635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)