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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 短叔\ | 1001001001011010100011110110011001011100 | 925a8f665c |
EUC-JP | 短叔\ | 1100001110111011101111011100011101011100 | c3bbbdc75c |
UTF-8 | 短叔\ | 11100111100111111010110111100101100011111001010001011100 | e79fade58f945c |
UHC | 短叔\ | 1101001110101101111000101101001001011100 | d3ade2d25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)