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 | ?@? | 001111110100000000111111 | 3f403f |
SJIS-WIN | 短@脱 | 1001001001011010010000001001001001000101 | 925a409245 |
EUC-JP | 短@脱 | 1100001110111011010000001100001110100110 | c3bb40c3a6 |
UTF-8 | 短@脱 | 11100111100111111010110101000000111010001000010010110001 | e79fad40e884b1 |
UHC | 短@? | 11010011101011010100000000111111 | d3ad403f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)