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?^ | 0011111100111111010000100011111101011110 | 3f3f423f5e |
SJIS-WIN | ??B?^ | 0011111100111111010000100011111101011110 | 3f3f423f5e |
EUC-JP | ??B?^ | 0011111100111111010000100011111101011110 | 3f3f423f5e |
UTF-8 | 횜체B횤^ | 1110110110011010100111001110110010110010101101000100001011101101100110101010010001011110 | ed9a9cecb2b442ed9aa45e |
UHC | 횜체B횤^ | 1100001110010110110000111011110001000010110000111001101101011110 | c396c3bc42c39b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)