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 | ??O\ | 00111111001111110100111101011100 | 3f3f4f5c |
SJIS-WIN | 赦蛇O\ | 100011101100110110001110110101100100111101011100 | 8ecd8ed64f5c |
EUC-JP | 赦蛇O\ | 101111001100111110111100110110000100111101011100 | bccfbcd84f5c |
UTF-8 | 赦蛇O\ | 1110100010110101101001101110100010011011100001110100111101011100 | e8b5a6e89b874f5c |
UHC | 赦蛇O\ | 110111101111010111011110111011110100111101011100 | def5deef4f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)