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 | ??C] | 00111111001111110100001101011101 | 3f3f435d |
SJIS-WIN | 偲璽C] | 100011101100001110001110101000110100001101011101 | 8ec38ea3435d |
EUC-JP | 偲璽C] | 101111001100010110111100101001010100001101011101 | bcc5bca5435d |
UTF-8 | 偲璽C] | 1110010110000001101100101110011110010010101111010100001101011101 | e581b2e792bd435d |
UHC | ?璽C] | 0011111111011111110111100100001101011101 | 3fdfde435d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)