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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 睾ζ | 11100001110011101000001111000100 | e1ce83c4 |
EUC-JP | 睾ζ | 11100010110100001010011011000110 | e2d0a6c6 |
UTF-8 | 睾ζ | 1110011110011101101111101100111010110110 | e79dbeceb6 |
UHC | 睾ζ | 11001101110000101010010111100110 | cdc2a5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)