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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | ’∵P | 1000000101100110100000011110011001010000 | 816681e650 |
EUC-JP | ’∵P | 1010000111000111101000101110100001010000 | a1c7a2e850 |
UTF-8 | ’∵P | 11100010100000001001100111100010100010001011010101010000 | e28099e288b550 |
UHC | ’∵P | 1010000110101111101000011111000101010000 | a1afa1f150 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)