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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 榮??弱 | 100111101100010000111111001111111000111011100011 | 9ec43f3f8ee3 |
EUC-JP | 榮??弱 | 110111001100011000111111001111111011110011100101 | dcc63f3fbce5 |
UTF-8 | 榮녶쫿弱 | 111001101010011010101110111010111000010110110110111011001010101110111111111001011011110010110001 | e6a6aeeb85b6ecabbfe5bcb1 |
UHC | 榮녶쫿弱 | 1110011110110100100001101110010110100110100101101110010110110000 | e7b486e5a696e5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)