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 | 1000110111111010100111111111000101000010 | 8dfa9ff142 |
EUC-JP | 匙潁B | 1011101011111100110111101111001101000010 | bafcdef342 |
UTF-8 | 匙潁B | 11100101100011001001100111100110101111011000000101000010 | e58c99e6bd8142 |
UHC | 匙潁B | 1110001110110101111001111011100001000010 | e3b5e7b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)