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 | 1000000101001101100000011000001101000010 | 814d818342 |
EUC-JP | `<B | 1010000110101110101000011110001101000010 | a1aea1e342 |
UTF-8 | `<B | 11101111101111011000000011101111101111001001110001000010 | efbd80efbc9c42 |
UHC | `<B | 1010001111100000101000111011110001000010 | a3e0a3bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)