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 | í³BcB | 111011011001100010110011010000100110001101000010 | ed98b3426342 |
SJIS-WIN | ???BcB | 001111110011111100111111010000100110001101000010 | 3f3f3f426342 |
EUC-JP | í??BcB | 1000111110101011101111110011111100111111010000100110001101000010 | 8fabbf3f3f426342 |
UTF-8 | í³BcB | 110000111010110111000010100110001100001010110011010000100110001101000010 | c3adc298c2b3426342 |
UHC | ??³BcB | 00111111001111111010100111111000010000100110001101000010 | 3f3fa9f8426342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)