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 | 宿宿^ | 1000111101101000100011110110100001011110 | 8f688f685e |
EUC-JP | 宿宿^ | 1011110111001001101111011100100101011110 | bdc9bdc95e |
UTF-8 | 宿宿^ | 11100101101011101011111111100101101011101011111101011110 | e5aebfe5aebf5e |
UHC | 宿宿^ | 1110001011010110111000101101011001011110 | e2d6e2d65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)