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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??ζ | 00111111001111111000001111000100 | 3f3f83c4 |
EUC-JP | ??ζ | 00111111001111111010011011000110 | 3f3fa6c6 |
UTF-8 | 뤶퓬ζ | 1110101110100100101101101110110110010011101011001100111010110110 | eba4b6ed93acceb6 |
UHC | 뤶퓬ζ | 100011111110010011000111101111001010010111100110 | 8fe4c7bca5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)