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 | ûYÓº | 11111011010110011101001110111010 | fb59d3ba |
SJIS-WIN | ?Y?? | 00111111010110010011111100111111 | 3f593f3f |
EUC-JP | ûYÓº | 10001111101010111110010101011001100011111010101011010001100011111010001011101011 | 8fabe5598faad18fa2eb |
UTF-8 | ûYÓº | 11000011101110110101100111000011100100111100001010111010 | c3bb59c393c2ba |
UHC | ?Y?º | 0011111101011001001111111010100010101100 | 3f593fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)