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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 軸B | 1000111010110010111100011100000101000010 | 8eb2f1c142 |
EUC-JP | 軸?B | 10111100101101000011111101000010 | bcb43f42 |
UTF-8 | 軸B | 11101000101110111011100011101110100001001011110001000010 | e8bbb8ee84bc42 |
UHC | 軸?B | 11110101111011100011111101000010 | f5ee3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)