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 | 1000111011011110111100111010000101000010 | 8edef3a142 |
EUC-JP | 酌?B | 10111100111000000011111101000010 | bce03f42 |
UTF-8 | 酌B | 11101001100001011000110011101110100010101001010001000010 | e9858cee8a9442 |
UHC | 酌?B | 11101101110011000011111101000010 | edcc3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)