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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 拜拜^ | 1001110101100000100111010110000001011110 | 9d609d605e |
EUC-JP | 拜拜^ | 1101100111000001110110011100000101011110 | d9c1d9c15e |
UTF-8 | 拜拜^ | 11100110100010111001110011100110100010111001110001011110 | e68b9ce68b9c5e |
UHC | 拜拜^ | 1101101111001000110110111100100001011110 | dbc8dbc85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)