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 | ??I^ | 00111111001111110100100101011110 | 3f3f495e |
SJIS-WIN | 偲湿I^ | 100011101100001110001110101111000100100101011110 | 8ec38ebc495e |
EUC-JP | 偲湿I^ | 101111001100010110111100101111100100100101011110 | bcc5bcbe495e |
UTF-8 | 偲湿I^ | 1110010110000001101100101110011010111001101111110100100101011110 | e581b2e6b9bf495e |
UHC | ??I^ | 00111111001111110100100101011110 | 3f3f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)