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 | 1110011010000010100000011001111001000010 | e682819e42 |
EUC-JP | 謔◇B | 1110101111100010101000011111111001000010 | ebe2a1fe42 |
UTF-8 | 謔◇B | 11101000101011001001010011100010100101111000011101000010 | e8ac94e2978742 |
UHC | 謔◇B | 1111100111001100101000011101111001000010 | f9cca1de42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)