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] | 00111111001111110100001001011101 | 3f3f425d |
SJIS-WIN | 叩炭B] | 100100100100000010010010010110010100001001011101 | 92409259425d |
EUC-JP | 叩炭B] | 110000111010000111000011101110100100001001011101 | c3a1c3ba425d |
UTF-8 | 叩炭B] | 1110010110001111101010011110011110000010101011010100001001011101 | e58fa9e782ad425d |
UHC | 叩炭B] | 110011011011000011110111101010010100001001011101 | cdb0f7a9425d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)