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 | 煜竺\ | 1111101101010101100011101011000101011100 | fb558eb15c |
EUC-JP | 煜竺\ | 100011111100100111111100101111001011001101011100 | 8fc9fcbcb35c |
UTF-8 | 煜竺\ | 11100111100001011001110011100111101010111011101001011100 | e7859ce7abba5c |
UHC | 煜竺\ | 1110100111110010111101011110011101011100 | e9f2f5e75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)